@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-H5X054ZF-H>
  skos:prefLabel "famille"@fr, "family"@en ;
  a skos:Concept ;
  skos:narrower <http://data.loterre.fr/ark:/67375/FM8-R542B64H-K> .

<http://data.loterre.fr/ark:/67375/FM8> a skos:ConceptScheme .
<http://data.loterre.fr/ark:/67375/FM8-R542B64H-K>
  a skos:Concept ;
  uneskos:memberOf <http://data.loterre.fr/ark:/67375/FM8/C19> ;
  skos:prefLabel "superfamily"@en, "superfamille"@fr ;
  dc:created "2020-10-28"^^xsd:date ;
  skos:definition "Code: 1) A family-group rank above family; the highest rank at which names are fully regulated by the Code. 2) A taxon at the rank of superfamily. Names of superfamilies have the suffix -OIDEA."@en ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/FM8> ;
  dc:modified "2020-11-23"^^xsd:date ;
  skos:hiddenLabel "Superfamily"@en, "Superfamille"@fr ;
  dc:identifier "1819" ;
  skos:broader <http://data.loterre.fr/ark:/67375/FM8-H5X054ZF-H> .

<http://data.loterre.fr/ark:/67375/FM8/C19>
  skos:prefLabel "Classification (category)"@en, "Classification (catégorie)"@fr ;
  a skos:Collection ;
  skos:member <http://data.loterre.fr/ark:/67375/FM8-R542B64H-K> .

