@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:-SemCategoryGroup
  skos:prefLabel "Grouping by semantic type"@en, "Regroupement par catégorie sémantique"@fr ;
  a isothes:ConceptGroup ;
  isothes:subGroup blh:-DOCU .

blh:-DOCU
  isothes:subGroup blh:-TDOC, blh:-TITR ;
  isothes:superGroup blh:-SemCategoryGroup ;
  a isothes:ConceptGroup ;
  skos:inScheme blh: ;
  skos:prefLabel "Work / Document"@en, "Oeuvre / Document"@fr .

blh:-TITR
  skos:prefLabel "Titre de document / Titre d'oeuvre"@fr, "Document title / Work title"@en ;
  a isothes:ConceptGroup ;
  isothes:superGroup blh:-DOCU .

blh:-TDOC
  skos:prefLabel "Type of document / Type of work"@en, "Type de document / Type d'oeuvre"@fr ;
  a isothes:ConceptGroup ;
  isothes:superGroup blh:-DOCU .

