@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-GP151QK5-H> .

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

<http://data.loterre.fr/ark:/67375/FM8-GP151QK5-H>
  skos:prefLabel "mot-commposé"@fr, "noun phrase"@en ;
  skos:hiddenLabel "Noun phrase"@en, "Mot-commposé"@fr ;
  a skos:Concept ;
  skos:topConceptOf <http://data.loterre.fr/ark:/67375/FM8> ;
  uneskos:memberOf <http://data.loterre.fr/ark:/67375/FM8/C21> ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/FM8> ;
  dc:identifier "2021" ;
  dc:modified "2020-11-23"^^xsd:date ;
  skos:definition "Code: A compound word consisting of a noun combined with another noun or modifying adjective, the compound being treated as a noun in apposition; if the adjective is the final element in a species-group name, its ending is determined by the gender of the noun it modifies (and not by that of the generic name with which the species-group name is combined)."@en ;
  dc:created "2020-10-28"^^xsd:date .

