@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix ltk: <http://data.loterre.fr/ark:/67375/LTK> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://data.loterre.fr/ark:/67375/8LP> a owl:Ontology, skos:ConceptScheme .
<http://data.loterre.fr/ark:/67375/8LP-Z8DX9678-W>
  skos:inScheme <http://data.loterre.fr/ark:/67375/8LP> ;
  skos:exactMatch ltk:-MB8CMQK1-C ;
  skos:hiddenLabel "Concept extraction"@en, "Extraction de concepts"@fr ;
  skos:prefLabel "extraction de concepts"@fr, "concept extraction"@en ;
  skos:definition "A machine learning task/process that aims to identify concepts of interest in a text. (Loterre)"@en, "Tâche/processus de l'apprentissage automatique qui vise à repérer les concepts d'intérêt dans un texte. (Loterre)"@fr ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-H2B2QFZ3-Q> ;
  a skos:Concept ;
  skos:example "L'extraction de concepts se fait par le biais de méthodes mathématiques de réduction de dimensionnalité permettant ainsi de projeter le corpus dans un espace vectoriel de dimension réduite. (El Ghali & El Ghali, 2014)"@fr ;
  dc:modified "2024-05-02T07:59:05"^^xsd:dateTime .

<http://data.loterre.fr/ark:/67375/8LP-H2B2QFZ3-Q>
  skos:prefLabel "information extraction"@en, "extraction d'information"@fr ;
  a skos:Concept ;
  skos:narrower <http://data.loterre.fr/ark:/67375/8LP-Z8DX9678-W> .

