@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:-SemCategoryGroup
  skos:prefLabel "Grouping by semantic type"@en, "Regroupement par catégorie sémantique"@fr ;
  a isothes:ConceptGroup ;
  isothes:subGroup blh:-SVIV .

blh: a skos:ConceptScheme .
blh:-SVIV
  isothes:subGroup blh:-GENE ;
  isothes:superGroup blh:-SemCategoryGroup ;
  a isothes:ConceptGroup ;
  skos:inScheme blh: ;
  skos:prefLabel "Structure du vivant"@fr, "Structure of living being"@en .

blh:-GENE
  skos:prefLabel "Gene / Genome"@en, "Gène / Génome"@fr ;
  a isothes:ConceptGroup ;
  isothes:superGroup blh:-SVIV .

