@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-K8B77M5S-K> .

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

<http://data.loterre.fr/ark:/67375/FM8-K8B77M5S-K>
  uneskos:memberOf <http://data.loterre.fr/ark:/67375/FM8/C21> ;
  skos:topConceptOf <http://data.loterre.fr/ark:/67375/FM8> ;
  skos:prefLabel "diacritic mark"@en, "signe diacritique"@fr ;
  dc:created "2020-10-28"^^xsd:date ;
  skos:hiddenLabel "Diacritic mark"@en, "Signe diacritique"@fr ;
  skos:definition "Code: A mark to indicate different pronunciations of a letter or a different letter (such as an accent, cedilla, tilde, umlaut, etc.)."@en ;
  dc:modified "2020-11-23"^^xsd:date ;
  a skos:Concept ;
  dc:identifier "2009" ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/FM8> .

