@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 inist: <http://www.inist.fr/Ontology#> .
@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-X7XC7KLW-M> .

<http://data.loterre.fr/ark:/67375/8LP-X7XC7KLW-M>
  skos:example "The place annotations that Stanford NER produced were used as a pre-annotated set which annotators were then asked to correct and add geographic reference to. (DeLozier, Wing, Baldridge & Nesbit, 2016)"@en, "Les résultats obtenus par Stanford NER sont les plus constants. (Ollagnier, Fournier, Bellot & Béchet, 2014)"@fr ;
  dc:modified "2025-02-12T13:42:52"^^xsd:dateTime ;
  skos:altLabel "Stanford NER"@en, "Stanford NER"@fr ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-K5T7M1ZS-V> ;
  skos:prefLabel "Stanford Named Entity Recognizer"@en, "Stanford Named Entity Recognizer"@fr ;
  inist:definitionalContext "Stanford NER est un système à base d'apprentissage développé pour l'anglais. (Hatmi, 2012)"@fr ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/8LP> ;
  a skos:Concept .

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