@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:-MATE
  skos:prefLabel "Material / Product / Substance"@en, "Matériau / Produit / Substance"@fr ;
  a isothes:ConceptGroup ;
  isothes:superGroup blh:-MMAT .

blh: a skos:ConceptScheme .
blh:-CMAT
  skos:prefLabel "Composant de la matière"@fr, "Matter compound"@en ;
  a isothes:ConceptGroup ;
  isothes:superGroup blh:-MMAT .

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

blh:-MMAT
  isothes:subGroup blh:-CMAT, blh:-MATE ;
  isothes:superGroup blh:-SemCategoryGroup ;
  a isothes:ConceptGroup ;
  skos:inScheme blh: ;
  skos:prefLabel "Matériau / Matière / Etat de la matière"@fr, "Material / Matter / State of matter"@en .

