@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:-OBJE .

blh: a skos:ConceptScheme .
blh:-OBJE
  isothes:subGroup blh:-ALIM ;
  isothes:superGroup blh:-SemCategoryGroup ;
  a isothes:ConceptGroup ;
  skos:inScheme blh: ;
  skos:prefLabel "Object"@en, "Objet"@fr .

blh:-ALIM
  skos:prefLabel "Food"@en, "Aliment"@fr ;
  a isothes:ConceptGroup ;
  isothes:superGroup blh:-OBJE .

