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

q1w:-PRPC
  isothes:subGroup q1w:-AGEN, q1w:-CFAR, q1w:-PRPC_Divers ;
  isothes:superGroup q1w:-PHPP ;
  a isothes:ConceptGroup ;
  skos:inScheme q1w: ;
  skos:prefLabel "Propriété / Paramètre / Caractéristique"@fr, "Property / Parameter / Characteristic"@en .

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

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

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

q1w: a skos:ConceptScheme .
q1w:-CFAR
  skos:prefLabel "Pharmacologic class"@en, "Classe pharmacologique"@fr ;
  a isothes:ConceptGroup ;
  isothes:superGroup q1w:-PRPC .

