@prefix owl: <http://www.w3.org/2002/07/owl#> .
@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#> .

<http://data.loterre.fr/ark:/67375/8LP> a owl:Ontology, skos:ConceptScheme .
<http://data.loterre.fr/ark:/67375/8LP-VN6FKG6B-7>
  skos:prefLabel "rection"@fr, "government"@en ;
  a skos:Concept ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-J0R24CVK-K> .

<http://data.loterre.fr/ark:/67375/8LP-J0R24CVK-K>
  skos:prefLabel "grammaire de dépendance"@fr, "dependency grammar"@en ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-PTL20327-C> ;
  dc:modified "2024-05-30T12:10:26"^^xsd:dateTime ;
  skos:hiddenLabel "Grammaire de dépendance"@fr, "Dependency grammar"@en ;
  skos:example "La grammaire de dépendance ne génère pas des arbres, mais des structures de traits réentrantes, appelées structures fonctionnelles, que nous représentons par des dags, comme nous l'avons fait pour HPSG. (Kahane, 2004)"@fr ;
  skos:narrower <http://data.loterre.fr/ark:/67375/8LP-VN6FKG6B-7> ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/8LP> ;
  inist:definitionalContext "On appelle grammaire de dépendance toute grammaire formelle qui manipule comme représentations syntaxiques des structures de dépendance. (Kahane, 2001)"@fr ;
  a skos:Concept .

<http://data.loterre.fr/ark:/67375/8LP-PTL20327-C>
  skos:prefLabel "théorie des langages formels"@fr, "formal language theory"@en ;
  a skos:Concept ;
  skos:narrower <http://data.loterre.fr/ark:/67375/8LP-J0R24CVK-K> .

