@prefix blh: <http://data.loterre.fr/ark:/67375/BLH> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix isothes: <http://purl.org/iso25964/skos-thes#> .

blh:-EVIVX
  skos:prefLabel "Etre vivant_Divers"@fr, "Living being_Miscellaneous"@en ;
  a isothes:ConceptGroup ;
  isothes:superGroup blh:-EVIV .

blh: a skos:ConceptScheme .
blh:-SemCategoryGroup
  skos:prefLabel "Grouping by semantic type"@en, "Regroupement par catégorie sémantique"@fr ;
  a isothes:ConceptGroup ;
  isothes:subGroup blh:-EVIV .

blh:-CHAM
  skos:prefLabel "Champignon"@fr, "Fungi"@en ;
  a isothes:ConceptGroup ;
  isothes:superGroup blh:-EVIV .

blh:-VEGT
  skos:prefLabel "Végétal"@fr, "Vegetal"@en ;
  a isothes:ConceptGroup ;
  isothes:superGroup blh:-EVIV .

blh:-ANIM
  skos:prefLabel "Animal"@fr, "Animal"@en ;
  a isothes:ConceptGroup ;
  isothes:superGroup blh:-EVIV .

blh:-EVIV
  isothes:superGroup blh:-SemCategoryGroup ;
  isothes:subGroup blh:-EVIVX, blh:-ANIM, blh:-CHAM, blh:-BACT, blh:-VEGT ;
  a isothes:ConceptGroup ;
  skos:prefLabel "Etre vivant"@fr, "Living being"@en ;
  skos:inScheme blh: .

blh:-BACT
  skos:prefLabel "Bacteria"@en, "Bactérie"@fr ;
  a isothes:ConceptGroup ;
  isothes:superGroup blh:-EVIV .

