@prefix q1w: <http://data.loterre.fr/ark:/67375/Q1W> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix isothes: <http://purl.org/iso25964/skos-thes#> .

q1w:-REAC
  skos:prefLabel "Réaction chimique"@fr, "Chemical reaction"@en ;
  a isothes:ConceptGroup ;
  isothes:superGroup q1w:-PPPC .

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

q1w:-PPPC_Divers
  skos:prefLabel "Physical phenomenon / Chemical phenomenon_Miscellaneous"@en, "Processus physique / Processus chimique_Divers"@fr ;
  a isothes:ConceptGroup ;
  isothes:superGroup q1w:-PPPC .

q1w: a skos:ConceptScheme .
q1w:-PPPC
  isothes:subGroup q1w:-REAC, q1w:-PPPC_Divers ;
  isothes:superGroup q1w:-PHPP ;
  a isothes:ConceptGroup ;
  skos:inScheme q1w: ;
  skos:prefLabel "Processus physique / Processus chimique"@fr, "Physical phenomenon / Chemical phenomenon"@en .

