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

<http://data.loterre.fr/ark:/67375/SEN/origine_des_problèmes_sanitaires>
  skos:prefLabel "origine des problèmes sanitaires"@fr, "origin of health problems"@en ;
  a isothes:ConceptGroup ;
  skos:member <http://data.loterre.fr/ark:/67375/SEN/c_b6065e6c> .

sen: a skos:ConceptScheme .
<http://data.loterre.fr/ark:/67375/SEN/c_b6065e6c>
  a skos:Concept ;
  skos:inScheme sen: ;
  skos:prefLabel "nanoparticulate air contaminant"@en, "aérocontaminant nanoparticulaire"@fr .

