@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix isothes: <http://purl.org/iso25964/skos-thes#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://data.loterre.fr/ark:/67375/905> a skos:ConceptScheme .
<http://data.loterre.fr/ark:/67375/905/TOXI>
  skos:prefLabel "Toxique"@fr, "Toxicant"@en ;
  a skos:Collection ;
  isothes:superGroup <http://data.loterre.fr/ark:/67375/905/CCHI> .

<http://data.loterre.fr/ark:/67375/905/CCHI>
  a skos:Collection ;
  isothes:superGroup <http://data.loterre.fr/ark:/67375/905/CMAT> ;
  rdfs:comment "Number of membres: 3."@en, "Nombre de membres : 3."@fr ;
  skos:prefLabel "Chemical compound"@en, "Composé chimique"@fr ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/905> ;
  isothes:subGroup <http://data.loterre.fr/ark:/67375/905/TOXI>, <http://data.loterre.fr/ark:/67375/905/CCHI_Divers>, <http://data.loterre.fr/ark:/67375/905/CBIO> .

<http://data.loterre.fr/ark:/67375/905/CBIO>
  skos:prefLabel "Biological compound"@en, "Composé biologique"@fr ;
  a skos:Collection ;
  isothes:superGroup <http://data.loterre.fr/ark:/67375/905/CCHI> .

<http://data.loterre.fr/ark:/67375/905/CMAT>
  skos:prefLabel "Composant de la matière"@fr, "Matter compound"@en ;
  a skos:Collection ;
  isothes:subGroup <http://data.loterre.fr/ark:/67375/905/CCHI> .

<http://data.loterre.fr/ark:/67375/905/CCHI_Divers>
  skos:prefLabel "Composé chimique_Divers"@fr, "Chemical compound_Miscellaneous"@en ;
  a skos:Collection ;
  isothes:superGroup <http://data.loterre.fr/ark:/67375/905/CCHI> .

