@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@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-L7TLP9S2-D> .

<http://data.loterre.fr/ark:/67375/8LP-L7TLP9S2-D>
  skos:example "Grammatical relations are extracted with a syntactic dependency parser implemented in the SpaCy python package for natural language processing accessed through the R spacyr package. (Nulty, 2017)"@en ;
  skos:hiddenLabel "Spacyr"@en, "Spacyr"@fr ;
  a skos:Concept ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/8LP> ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-K5T7M1ZS-V> ;
  skos:prefLabel "spacyr"@fr, "spacyr"@en .

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