@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:-OCE
  skos:prefLabel "Océanographie"@fr, "Oceanography"@en ;
  a isothes:ConceptGroup ;
  isothes:superGroup blh:-SDU .

blh: a skos:ConceptScheme .
blh:-DomainGroup
  skos:prefLabel "Grouping by subject field"@en, "Regroupement par domaine"@fr ;
  a isothes:ConceptGroup ;
  isothes:subGroup blh:-SDU .

blh:-SDU
  isothes:subGroup blh:-MTO, blh:-OCE ;
  isothes:superGroup blh:-DomainGroup ;
  a isothes:ConceptGroup ;
  skos:inScheme blh: ;
  skos:prefLabel "Sciences de la Terre et de l'Univers"@fr, "Earth and universe sciences"@en .

blh:-MTO
  skos:prefLabel "Météorologie / Climatologie"@fr, "Meteorology / Climatology"@en ;
  a isothes:ConceptGroup ;
  isothes:superGroup blh:-SDU .

