@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix uneskos: <http://purl.org/umu/uneskos#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://data.loterre.fr/ark:/67375/FM8/C21>
  skos:prefLabel "Langues et Grammaire (catégorie)"@fr, "Languages and Grammar (category)"@en ;
  a skos:Collection ;
  skos:member <http://data.loterre.fr/ark:/67375/FM8-RWJDT368-2> .

<http://data.loterre.fr/ark:/67375/FM8-RWJDT368-2>
  skos:hiddenLabel "Connecting Vowel"@en, "Voyelle de liaison"@fr ;
  uneskos:memberOf <http://data.loterre.fr/ark:/67375/FM8/C21> ;
  skos:topConceptOf <http://data.loterre.fr/ark:/67375/FM8> ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/FM8> ;
  a skos:Concept ;
  dc:identifier "2022" ;
  dc:created "2020-10-28"^^xsd:date ;
  dc:modified "2020-11-23"^^xsd:date ;
  skos:prefLabel "voyelle de liaison"@fr, "connecting vowel"@en ;
  skos:definition "Code: A vowel that joins two words to make a single word, but when the second of two combined words begins with a vowel, no connecting vowel is needed."@en .

<http://data.loterre.fr/ark:/67375/FM8>
  a skos:ConceptScheme ;
  skos:hasTopConcept <http://data.loterre.fr/ark:/67375/FM8-RWJDT368-2> .

