@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#> .

<http://data.loterre.fr/ark:/67375/8LP> a owl:Ontology, skos:ConceptScheme .
<http://data.loterre.fr/ark:/67375/8LP-QVDB46J0-L>
  skos:prefLabel "sémantique"@fr, "semantics"@en ;
  a skos:Concept ;
  skos:narrower <http://data.loterre.fr/ark:/67375/8LP-MS9X2974-P> .

<http://data.loterre.fr/ark:/67375/8LP-MS9X2974-P>
  a skos:Concept ;
  skos:hiddenLabel "Theta-role"@en, "Rôle theta"@fr ;
  skos:example "Then the complex NP [NP the girl who ate it the potato salad] is attached to the matrix T to receive a theta-role and have its Case checked. (Kamada, 2015)"@en, "Upon encountering rushed the parser attaches the potato salad to the preceding element based on the RAP; otherwise the complex NP (i.e. the girl who ate it) would not be assigned a theta-role. (Kamada, 2015)"@en ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-QVDB46J0-L> ;
  dc:modified "2024-06-27T08:26:56"^^xsd:dateTime ;
  skos:prefLabel "theta-role"@en, "rôle theta"@fr ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/8LP> .

