@prefix sen: <http://data.loterre.fr/ark:/67375/SEN> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix isothes: <http://purl.org/iso25964/skos-thes#> .

sen: a skos:ConceptScheme .
<http://data.loterre.fr/ark:/67375/SEN/solution_pour_santé>
  skos:prefLabel "solution pour la santé"@fr, "solution for health"@en ;
  a isothes:ConceptGroup ;
  skos:member <http://data.loterre.fr/ark:/67375/SEN/c_b5794c01> .

<http://data.loterre.fr/ark:/67375/SEN/c_b5794c01>
  a skos:Concept ;
  skos:inScheme sen: ;
  skos:prefLabel "immunothérapie anti-tumorale"@fr, "anti-tumour immunotherapy"@en .

