@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: a skos:ConceptScheme .
blh:-Genetic_composition
  skos:prefLabel "Genetic composition"@en, "Composition génétique"@fr ;
  a isothes:ConceptGroup ;
  isothes:superGroup blh:-EBVGroup .

blh:-Community_composition
  skos:prefLabel "Community composition"@en, "Composition des communautés"@fr ;
  a isothes:ConceptGroup ;
  isothes:superGroup blh:-EBVGroup .

blh:-Ecosystem_function
  skos:prefLabel "Ecosystem function"@en, "Fonctions des écosystèmes"@fr ;
  a isothes:ConceptGroup ;
  isothes:superGroup blh:-EBVGroup .

blh:-Species_populations
  skos:prefLabel "Species populations"@en, "Populations d'espèces"@fr ;
  a isothes:ConceptGroup ;
  isothes:superGroup blh:-EBVGroup .

blh:-Ecosystem_structure
  skos:prefLabel "Structures des écosystèmes"@fr, "Ecosystem structure"@en ;
  a isothes:ConceptGroup ;
  isothes:superGroup blh:-EBVGroup .

blh:-Species_traits
  skos:prefLabel "Species traits"@en, "Traits des espèces"@fr ;
  a isothes:ConceptGroup ;
  isothes:superGroup blh:-EBVGroup .

blh:-EBVGroup
  skos:prefLabel "Regroupement par classe de Variable Essentielle de Biodiversité"@fr, "Grouping by Essential Biodiversity Variable class"@en ;
  isothes:subGroup blh:-Ecosystem_structure, blh:-Ecosystem_function, blh:-Community_composition, blh:-Species_populations, blh:-Genetic_composition, blh:-Species_traits ;
  a isothes:ConceptGroup ;
  skos:inScheme blh: .

