@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-VF1V4T9C-0>
  skos:inScheme <http://data.loterre.fr/ark:/67375/FM8> ;
  dc:created "2020-10-28"^^xsd:date ;
  a skos:Concept ;
  uneskos:memberOf <http://data.loterre.fr/ark:/67375/FM8/C19> ;
  skos:prefLabel "taxonomic hierarchy"@en, "hiérarchie taxonomique"@fr ;
  skos:hiddenLabel "Hierarchy"@en, "Taxonomic hierarchy"@en, "Hiérarchie taxonomique"@fr, "Hiérarchie"@fr ;
  skos:definition "Code: A system of classification based on a sequence of taxonomic categories ranked by their increasing levels of inclusiveness - see taxon."@en ;
  dc:modified "2020-11-23"^^xsd:date ;
  skos:topConceptOf <http://data.loterre.fr/ark:/67375/FM8> ;
  dc:identifier "1807" .

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

<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-VF1V4T9C-0> .

