@prefix blh: <http://data.loterre.fr/ark:/67375/BLH> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix uneskos: <http://purl.org/umu/uneskos#> .
@prefix isothes: <http://purl.org/iso25964/skos-thes#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

blh:-P09VG4FT-W
  skos:prefLabel "bactérioplancton"@fr, "bacterioplankton"@en ;
  a skos:Concept ;
  uneskos:memberOf blh:-BACT .

blh:-BACT
  isothes:superGroup blh:-EVIV ;
  rdfs:comment "Nombre de membres : 1"@fr, "Number of members: 1"@en ;
  skos:member blh:-P09VG4FT-W ;
  dc:modified "2022-01-11"^^xsd:date ;
  a isothes:ConceptGroup ;
  skos:inScheme blh: ;
  skos:prefLabel "Bacteria"@en, "Bactérie"@fr .

blh: a skos:ConceptScheme .
blh:-EVIV
  skos:prefLabel "Living being"@en, "Etre vivant"@fr ;
  a isothes:ConceptGroup ;
  isothes:subGroup blh:-BACT .

