@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/C17>
  skos:prefLabel "Taxonomie (catégorie)"@fr, "Taxonomy (category)"@en ;
  a skos:Collection ;
  skos:member <http://data.loterre.fr/ark:/67375/FM8-Z0SG2XN5-5> .

<http://data.loterre.fr/ark:/67375/FM8-RH8Z3M5T-K>
  skos:prefLabel "extinct"@en, "éteint"@fr ;
  a skos:Concept ;
  skos:related <http://data.loterre.fr/ark:/67375/FM8-Z0SG2XN5-5> .

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

<http://data.loterre.fr/ark:/67375/FM8-Z0SG2XN5-5>
  dc:modified "2020-11-23"^^xsd:date ;
  skos:related <http://data.loterre.fr/ark:/67375/FM8-RH8Z3M5T-K> ;
  skos:hiddenLabel "Extant"@en, "Existant"@fr ;
  dc:identifier "1617" ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/FM8> ;
  uneskos:memberOf <http://data.loterre.fr/ark:/67375/FM8/C17> ;
  skos:prefLabel "extant"@en, "existant"@fr ;
  skos:definition "Code: 1) Of a taxon: having living representatives. 2) Of a specimen: still in existence."@en ;
  a skos:Concept ;
  skos:topConceptOf <http://data.loterre.fr/ark:/67375/FM8> ;
  dc:created "2020-10-28"^^xsd:date .

