@prefix xd4: <http://data.loterre.fr/ark:/67375/XD4> .
@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#> .

xd4:-Regroupement_par_type_sémantique
  skos:prefLabel "Regroupement par type sémantique"@fr, "Grouping by semantic type"@en ;
  a isothes:ConceptGroup ;
  isothes:subGroup xd4:-SVIV .

xd4:-ANAT
  skos:prefLabel "Anatomie / Organe / Liquide biologique"@fr, "Anatomy / Organ / Biological fluid"@en ;
  a isothes:ConceptGroup ;
  isothes:superGroup xd4:-SVIV .

xd4:-SVIV
  isothes:subGroup xd4:-GENE, xd4:-ANAT, xd4:-CELL ;
  skos:inScheme xd4: ;
  rdfs:comment "Number of members: 3."@en, "Nombre de membres : 3."@fr ;
  a isothes:ConceptGroup ;
  skos:prefLabel "Structure du vivant"@fr, "Estructura del ser vivo"@es, "Structure of living being"@en ;
  isothes:superGroup xd4:-Regroupement_par_type_sémantique .

xd4: a skos:ConceptScheme .
xd4:-CELL
  skos:prefLabel "Cellule / Organite"@fr, "Cell / Organelle"@en ;
  a isothes:ConceptGroup ;
  isothes:superGroup xd4:-SVIV .

xd4:-GENE
  skos:prefLabel "Gene / Genome"@en, "Gène / Génome"@fr ;
  a isothes:ConceptGroup ;
  isothes:superGroup xd4:-SVIV .

