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

q1w:-MED
  skos:prefLabel "Biomedical sciences"@en, "Biomédical"@fr ;
  a isothes:ConceptGroup ;
  isothes:subGroup q1w:-END .

q1w:-G22Z5Z6J-Z
  skos:prefLabel "goitrigène"@fr, "goitrogen"@en ;
  a skos:Concept ;
  uneskos:memberOf q1w:-END .

q1w: a skos:ConceptScheme .
q1w:-END
  isothes:superGroup q1w:-MED ;
  rdfs:comment "Nombre de membres : 1."@fr, "Number of members: 1."@en ;
  skos:member q1w:-G22Z5Z6J-Z ;
  a isothes:ConceptGroup ;
  skos:inScheme q1w: ;
  skos:prefLabel "Endocrinology"@en, "Endocrinologie"@fr .

