@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:-MODL
  skos:prefLabel "Modélisation / Calcul"@fr, "Modeling / Calculus"@en ;
  a isothes:ConceptGroup ;
  isothes:superGroup blh:-TECH .

blh:-AMES
  skos:prefLabel "Analyse / Mesure"@fr, "Analysis / Measure"@en ;
  a isothes:ConceptGroup ;
  isothes:superGroup blh:-TECH .

blh:-TECHX
  skos:prefLabel "Technique / Method_Miscellaneous"@en, "Technique / Méthode_Divers"@fr ;
  a isothes:ConceptGroup ;
  isothes:superGroup blh:-TECH .

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

blh:-TECH
  isothes:subGroup blh:-AMES, blh:-MODL, blh:-TECHX ;
  isothes:superGroup blh:-SemCategoryGroup ;
  a isothes:ConceptGroup ;
  skos:inScheme blh: ;
  skos:prefLabel "Technique / Méthode"@fr, "Technique / Method"@en .

