@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:-KNF075BK-7
  skos:prefLabel "tissu conjonctif"@fr, "connective tissue"@en ;
  a skos:Concept ;
  uneskos:memberOf q1w:-BLC .

q1w:-WP5C3WTM-2
  skos:prefLabel "myofibrille"@fr, "myofibril"@en ;
  a skos:Concept ;
  uneskos:memberOf q1w:-BLC .

q1w:-BLC
  a isothes:ConceptGroup ;
  skos:prefLabel "Biologie cellulaire"@fr, "Cell biology"@en ;
  skos:member q1w:-KNF075BK-7, q1w:-SBLRH4NK-T, q1w:-WP5C3WTM-2 ;
  rdfs:comment "Nombre de membres : 3."@fr, "Number of members: 3."@en ;
  skos:inScheme q1w: ;
  isothes:superGroup q1w:-BLG .

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

q1w: a skos:ConceptScheme .
q1w:-BLG
  skos:prefLabel "Sciences biologiques"@fr, "Biological sciences"@en ;
  a isothes:ConceptGroup ;
  isothes:subGroup q1w:-BLC .

