@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-BR2DX413-5>
  skos:prefLabel "fonction grammaticale"@fr, "grammatical function"@en ;
  a skos:Concept ;
  skos:narrower <http://data.loterre.fr/ark:/67375/8LP-PCL6P7F3-R> .

<http://data.loterre.fr/ark:/67375/8LP-PCL6P7F3-R>
  a skos:Concept ;
  skos:prefLabel "patient"@fr, "patient"@en ;
  skos:hiddenLabel "Patient"@en, "Patient"@fr ;
  dc:modified "2024-06-13T09:48:35"^^xsd:dateTime ;
  skos:example "In perfective aspect the oblique encodes the agent while in imperfective aspect the oblique encodes the patient. (Alam, Tyers, Hanink & Kübler, 2024)"@en, "Thus while patients are oblique in imperfective contexts it is agents that are oblique in perfective contexts. (Alam, Tyers, Hanink & Kübler, 2024)"@en ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/8LP> ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-BR2DX413-5> .

