@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#> .
@prefix uneskos: <http://purl.org/umu/uneskos#> .

<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-Q638Q3LH-Z> .

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

<http://data.loterre.fr/ark:/67375/FM8-Q638Q3LH-Z>
  a skos:Concept ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/FM8> ;
  skos:hiddenLabel "Compound"@en, "Composé"@fr ;
  dc:created "2020-10-28"^^xsd:date ;
  uneskos:memberOf <http://data.loterre.fr/ark:/67375/FM8/C21> ;
  skos:topConceptOf <http://data.loterre.fr/ark:/67375/FM8> ;
  skos:prefLabel "composé"@fr, "compound"@en ;
  dc:identifier "2016" ;
  skos:definition "Code: Of a word, or a scientific name: one that is formed by the union of two or more basic components (i.e. excluding prefixes and suffixes), written as one word except as provided in Article 32.5.2.4.3."@en ;
  dc:modified "2020-11-23"^^xsd:date .

