@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/Grouping_by_semantic_type>
  skos:prefLabel " Regroupement par catégorie sémantique"@fr, "Grouping by semantic type"@en ;
  a skos:Collection ;
  isothes:subGroup <http://data.loterre.fr/ark:/67375/905/SVIV> .

<http://data.loterre.fr/ark:/67375/905/GENE>
  skos:prefLabel "Gene / Genome"@en, "Gène / Génome"@fr ;
  a skos:Collection ;
  isothes:superGroup <http://data.loterre.fr/ark:/67375/905/SVIV> .

<http://data.loterre.fr/ark:/67375/905> a skos:ConceptScheme .
<http://data.loterre.fr/ark:/67375/905/ANAT>
  skos:prefLabel "Anatomie / Organe / Liquide biologique"@fr, "Anatomy / Organ / Biological fluid"@en ;
  a skos:Collection ;
  isothes:superGroup <http://data.loterre.fr/ark:/67375/905/SVIV> .

<http://data.loterre.fr/ark:/67375/905/SVIV_Divers>
  skos:prefLabel "Structure du vivant_Divers"@fr, "Structure of living being_Miscellaneous"@en ;
  a skos:Collection ;
  isothes:superGroup <http://data.loterre.fr/ark:/67375/905/SVIV> .

<http://data.loterre.fr/ark:/67375/905/SVIV>
  isothes:subGroup <http://data.loterre.fr/ark:/67375/905/SVIV_Divers>, <http://data.loterre.fr/ark:/67375/905/ANAT>, <http://data.loterre.fr/ark:/67375/905/GENE> ;
  skos:prefLabel "Structure du vivant"@fr, "Structure of living being"@en ;
  a skos:Collection ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/905> ;
  isothes:superGroup <http://data.loterre.fr/ark:/67375/905/Grouping_by_semantic_type> ;
  rdfs:comment "Nombre de membres : 3."@fr, "Number of membres: 3."@en .

