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

<http://data.loterre.fr/ark:/67375/8LP-K5T7M1ZS-V>
  skos:prefLabel "logiciel de TAL"@fr, "NLP software"@en ;
  a skos:Concept ;
  skos:narrower <http://data.loterre.fr/ark:/67375/8LP-LTSDBMD0-J> .

<http://data.loterre.fr/ark:/67375/8LP-LTSDBMD0-J>
  skos:prefLabel "AFNER"@en, "AFNER"@fr ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-K5T7M1ZS-V> ;
  dc:modified "2024-05-03T09:20:28"^^xsd:dateTime ;
  skos:exactMatch ltk:-J56WT8DP-7 ;
  skos:definition "A C++ named entity recognition system that uses machine learning techniques. It is customisable to various domains. It also allows for multiple and overlapping named entity labels. (Loterre)"@en, "Système de reconnaissance d'entités nommées en C++ qui utilise des techniques d'apprentissage automatique. Il est adaptable à différents domaines. Il permet l'attribution d'étiquettes d'entités nommées multiples et chevauchantes. (Loterre)"@fr ;
  skos:example "The second phase involves the machine learning component of AFNER. (Mollá, van Zaanen & Smith, 2006)"@en, "The AFNER system like the AnswerFinder system was designed with flexibility in mind. (Mollá, van Zaanen & Cassidy, 2007)"@en ;
  skos:hiddenLabel "Afner"@en, "Afner"@fr ;
  a skos:Concept ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/8LP> .

<http://data.loterre.fr/ark:/67375/8LP> a owl:Ontology, skos:ConceptScheme .
