@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/ESPA>
  skos:prefLabel "Space"@en, "Espace"@fr ;
  a skos:Collection ;
  isothes:subGroup <http://data.loterre.fr/ark:/67375/905/ENVI> .

<http://data.loterre.fr/ark:/67375/905/SOLS>
  skos:prefLabel "Sol"@fr, "Soil"@en ;
  a skos:Collection ;
  isothes:superGroup <http://data.loterre.fr/ark:/67375/905/ENVI> .

<http://data.loterre.fr/ark:/67375/905> a skos:ConceptScheme .
<http://data.loterre.fr/ark:/67375/905/ENVI_Divers>
  skos:prefLabel "Environment_Miscellaneous"@en, "Environnement_Divers"@fr ;
  a skos:Collection ;
  isothes:superGroup <http://data.loterre.fr/ark:/67375/905/ENVI> .

<http://data.loterre.fr/ark:/67375/905/ENVI>
  isothes:subGroup <http://data.loterre.fr/ark:/67375/905/ENVI_Divers>, <http://data.loterre.fr/ark:/67375/905/SOLS> ;
  isothes:superGroup <http://data.loterre.fr/ark:/67375/905/ESPA> ;
  rdfs:comment "Number of membres: 2."@en, "Nombre de membres : 2."@fr ;
  a skos:Collection ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/905> ;
  skos:prefLabel "Environnement"@fr, "Environment"@en .

