@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix isothes: <http://purl.org/iso25964/skos-thes#> .
@prefix rdr: <http://data.loterre.fr/ark:/67375/RDR> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://data.loterre.fr/ark:/67375/RDR/PPPC>
  skos:prefLabel "Processus physique / Processus chimique"@fr, "Physical phenomenon / Chemical phenomenon"@en ;
  a isothes:ConceptGroup, skos:Collection ;
  isothes:superGroup <http://data.loterre.fr/ark:/67375/RDR/PHPP> .

<http://data.loterre.fr/ark:/67375/RDR/PRPC>
  skos:prefLabel "Propriété / Paramètre / Caractéristique"@fr, "Property / Parameter / Characteristic"@en ;
  a isothes:ConceptGroup, skos:Collection ;
  isothes:superGroup <http://data.loterre.fr/ark:/67375/RDR/PHPP> .

rdr: a skos:ConceptScheme .
<http://data.loterre.fr/ark:/67375/RDR/PHNA>
  skos:prefLabel "Natural phenomenon / Induced phenomenon"@en, "Phénomène naturel / Phénomène induit"@fr ;
  a isothes:ConceptGroup, skos:Collection ;
  isothes:superGroup <http://data.loterre.fr/ark:/67375/RDR/PHPP> .

<http://data.loterre.fr/ark:/67375/RDR/PHPP>
  skos:prefLabel "Phenomenon / Process / Property"@en, "Phénomène / Processus / Propriété"@fr ;
  isothes:subGroup <http://data.loterre.fr/ark:/67375/RDR/PHNA>, <http://data.loterre.fr/ark:/67375/RDR/PPPC>, <http://data.loterre.fr/ark:/67375/RDR/PRPC> ;
  skos:inScheme rdr: ;
  rdfs:comment "Nombre de membres : 3."@fr, "Number of members: 3."@en ;
  a skos:Collection, isothes:ConceptGroup .

