@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-GP0HZ5VQ-M>
  skos:example "To reduce the size of the presentation certain classes of forms which occur comparatively rarely in ordinary printed texts have been left out: second person forms third person plural feminine forms and all dual forms. (Brown, 1962)"@en ;
  skos:hiddenLabel "Dual"@en, "Duel"@fr ;
  a skos:Concept ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/8LP> ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-B157Z812-1> ;
  skos:prefLabel "dual"@en, "duel"@fr ;
  skos:altLabel "dual"@fr .

<http://data.loterre.fr/ark:/67375/8LP-B157Z812-1>
  skos:prefLabel "plural"@en, "pluriel"@fr ;
  a skos:Concept ;
  skos:narrower <http://data.loterre.fr/ark:/67375/8LP-GP0HZ5VQ-M> .

