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

<http://data.loterre.fr/ark:/67375/SEN/c_d23c3386>
  a skos:Concept ;
  skos:inScheme sen: ;
  skos:prefLabel "science agricole"@fr, "agricultural science"@en .

<http://data.loterre.fr/ark:/67375/SEN/solution_liée_alimentation>
  skos:prefLabel "food-related solution"@en, "solution liée à l'alimentation"@fr ;
  a isothes:ConceptGroup ;
  skos:member <http://data.loterre.fr/ark:/67375/SEN/c_d23c3386> .

sen: a skos:ConceptScheme .
