@prefix q1w: <http://data.loterre.fr/ark:/67375/Q1W> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix uneskos: <http://purl.org/umu/uneskos#> .
@prefix isothes: <http://purl.org/iso25964/skos-thes#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

q1w:-Z14DBG91-V
  skos:prefLabel "cellule immobilisée"@fr, "immobilized cell"@en ;
  a skos:Concept ;
  uneskos:memberOf q1w:-CELL .

q1w:-CELL
  skos:member q1w:-MMBKR7KW-K, q1w:-Z14DBG91-V, q1w:-SBLRH4NK-T ;
  skos:prefLabel "Cell / Organelle"@en, "Cellule / Organite"@fr ;
  a isothes:ConceptGroup ;
  rdfs:comment "Nombre de membres : 3."@fr, "Number of members: 3."@en ;
  skos:inScheme q1w: ;
  isothes:superGroup q1w:-SVIV .

q1w:-MMBKR7KW-K
  skos:prefLabel "spore"@en, "spore"@fr ;
  a skos:Concept ;
  uneskos:memberOf q1w:-CELL .

q1w:-SBLRH4NK-T
  skos:prefLabel "cellule somatique"@fr, "somatic cell"@en ;
  a skos:Concept ;
  uneskos:memberOf q1w:-CELL .

q1w: a skos:ConceptScheme .
q1w:-SVIV
  skos:prefLabel "Structure du vivant"@fr, "Structure of living being"@en ;
  a isothes:ConceptGroup ;
  isothes:subGroup q1w:-CELL .

