@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:-CJUR
  skos:prefLabel "Juridical concept / Principle of law"@en, "Concept juridique / Principe de droit"@fr ;
  a isothes:ConceptGroup ;
  isothes:superGroup blh:-IDEE .

blh: a skos:ConceptScheme .
blh:-CLAS
  skos:prefLabel "Classification / Nomenclature"@fr, "Classification / Nomenclature"@en ;
  a isothes:ConceptGroup ;
  isothes:superGroup blh:-IDEE .

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

blh:-DISC
  skos:prefLabel "Discipline"@en, "Discipline"@fr ;
  a isothes:ConceptGroup ;
  isothes:superGroup blh:-IDEE .

blh:-IDEE
  isothes:subGroup blh:-CJUR, blh:-CLAS, blh:-DISC ;
  isothes:superGroup blh:-SemCategoryGroup ;
  a isothes:ConceptGroup ;
  skos:inScheme blh: ;
  skos:prefLabel "Idea / Abstraction"@en, "Idée / Abstraction"@fr .

