@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:-PRPC
  isothes:subGroup blh:-AGEN, blh:-PRPCX ;
  isothes:superGroup blh:-PHPP ;
  a isothes:ConceptGroup ;
  skos:inScheme blh: ;
  skos:prefLabel "Propriété / Paramètre / Caractéristique"@fr, "Property / Parameter / Characteristic"@en .

blh:-AGEN
  skos:prefLabel "Agent / Facteur"@fr, "Agent / Factor"@en ;
  a isothes:ConceptGroup ;
  isothes:superGroup blh:-PRPC .

blh:-PRPCX
  skos:prefLabel "Propriété / Paramètre / Caractéristique_Divers"@fr, "Property / Parameter / Characteristic_Miscellaneous"@en ;
  a isothes:ConceptGroup ;
  isothes:superGroup blh:-PRPC .

blh:-PHPP
  skos:prefLabel "Phenomenon / Process / Property"@en, "Phénomène / Processus / Propriété"@fr ;
  a isothes:ConceptGroup ;
  isothes:subGroup blh:-PRPC .

