@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

<http://data.loterre.fr/ark:/67375/8LP> a owl:Ontology, skos:ConceptScheme .
<http://data.loterre.fr/ark:/67375/8LP-FRX62VDL-P>
  skos:prefLabel "diathèse"@fr, "diathesis"@en ;
  a skos:Concept ;
  skos:narrower <http://data.loterre.fr/ark:/67375/8LP-R20X58F6-P> .

<http://data.loterre.fr/ark:/67375/8LP-R20X58F6-P>
  skos:example "Furthermore we classified the sentences with middle voice (e.g. the pot broke on the floor) under our (1) intransitive simple category because of its syntactic resemblance. (Sung & Kyle, 2024)"@en ;
  skos:hiddenLabel "Middle voice"@en, "Voix moyenne"@fr ;
  a skos:Concept ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/8LP> ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-FRX62VDL-P> ;
  skos:prefLabel "voix moyenne"@fr, "middle voice"@en .

