@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-P7JQRBPJ-P>
  skos:hiddenLabel "Original publication"@en, "Publication originale"@fr ;
  uneskos:memberOf <http://data.loterre.fr/ark:/67375/FM8/C8> ;
  a skos:Concept ;
  skos:definition "Code: 1) The work in which a name or nomenclatural act was first published. 2) Of a name or nomenclatural act: publication for the first time."@en ;
  skos:topConceptOf <http://data.loterre.fr/ark:/67375/FM8> ;
  dc:identifier "728" ;
  skos:prefLabel "publication originale"@fr, "original publication"@en ;
  dc:created "2020-10-28"^^xsd:date ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/FM8> ;
  dc:modified "2020-11-23"^^xsd:date .

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

<http://data.loterre.fr/ark:/67375/FM8/C8>
  skos:prefLabel "Nomenclatural publication (category)"@en, "Publication de nomenclature (catégorie)"@fr ;
  a skos:Collection ;
  skos:member <http://data.loterre.fr/ark:/67375/FM8-P7JQRBPJ-P> .

