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

q1w:-PATO
  skos:prefLabel "Disease"@en, "Pathologie"@fr ;
  a isothes:ConceptGroup ;
  isothes:superGroup q1w:-PHPP .

q1w:-PHNA
  skos:prefLabel "Natural phenomenon / Induced phenomenon"@en, "Phénomène naturel / Phénomène induit"@fr ;
  a isothes:ConceptGroup ;
  isothes:superGroup q1w:-PHPP .

q1w:-PHPP
  isothes:superGroup q1w:-Regroupement_par_type_sémantique ;
  skos:inScheme q1w: ;
  isothes:subGroup q1w:-PHPP_Divers, q1w:-PHNA, q1w:-PPPC, q1w:-PATO, q1w:-PRPC, q1w:-PBIO ;
  skos:prefLabel "Phenomenon / Process / Property"@en, "Phénomène / Processus / Propriété"@fr ;
  a isothes:ConceptGroup .

q1w:-PBIO
  skos:prefLabel "Phénomène biologique / Phénomène physiologique"@fr, "Biological phenomenon / Physiological phenomenon"@en ;
  a isothes:ConceptGroup ;
  isothes:superGroup q1w:-PHPP .

q1w:-PHPP_Divers
  skos:prefLabel "Phénomène / Processus / Propriété_Divers"@fr, "Phenomenon / Process / Property_Miscellaneous"@en ;
  a isothes:ConceptGroup ;
  isothes:superGroup q1w:-PHPP .

q1w: a skos:ConceptScheme .
q1w:-Regroupement_par_type_sémantique
  skos:prefLabel "Regroupement par type sémantique"@fr, "Grouping by semantic type"@en ;
  a isothes:ConceptGroup ;
  isothes:subGroup q1w:-PHPP .

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

