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

<http://data.loterre.fr/ark:/67375/905/ANIM>
  isothes:subGroup <http://data.loterre.fr/ark:/67375/905/VERT>, <http://data.loterre.fr/ark:/67375/905/ANIM_Divers>, <http://data.loterre.fr/ark:/67375/905/INVE> ;
  skos:prefLabel "Animal"@fr, "Animal"@en ;
  rdfs:comment "Nombre de membres : 3."@fr, "Number of membres: 3."@en ;
  a skos:Collection ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/905> ;
  isothes:superGroup <http://data.loterre.fr/ark:/67375/905/EVIV> .

<http://data.loterre.fr/ark:/67375/905> a skos:ConceptScheme .
<http://data.loterre.fr/ark:/67375/905/VERT>
  skos:prefLabel "Vertébré"@fr, "Vertebrate"@en ;
  a skos:Collection ;
  isothes:superGroup <http://data.loterre.fr/ark:/67375/905/ANIM> .

<http://data.loterre.fr/ark:/67375/905/ANIM_Divers>
  skos:prefLabel "Animal_Divers"@fr, "Animal_Miscellaneous"@en ;
  a skos:Collection ;
  isothes:superGroup <http://data.loterre.fr/ark:/67375/905/ANIM> .

<http://data.loterre.fr/ark:/67375/905/EVIV>
  skos:prefLabel "Living being"@en, "Etre vivant"@fr ;
  a skos:Collection ;
  isothes:subGroup <http://data.loterre.fr/ark:/67375/905/ANIM> .

<http://data.loterre.fr/ark:/67375/905/INVE>
  skos:prefLabel "Invertebrate"@en, "Invertébré"@fr ;
  a skos:Collection ;
  isothes:superGroup <http://data.loterre.fr/ark:/67375/905/ANIM> .

