@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix isothes: <http://purl.org/iso25964/skos-thes#> .

<http://data.loterre.fr/ark:/67375/3WV/Roche>
  skos:prefLabel "Rock"@en, "Roche"@fr ;
  a isothes:ConceptGroup ;
  skos:member <http://data.loterre.fr/ark:/67375/3WV-TL0VGJLR-C> .

<http://data.loterre.fr/ark:/67375/3WV-RFFQDKV1-L>
  skos:prefLabel "argile"@fr, "clay"@en ;
  a skos:Concept ;
  skos:narrower <http://data.loterre.fr/ark:/67375/3WV-TL0VGJLR-C> .

<http://data.loterre.fr/ark:/67375/3WV> a skos:ConceptScheme .
<http://data.loterre.fr/ark:/67375/3WV-TL0VGJLR-C>
  a skos:Concept ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/3WV> ;
  skos:broader <http://data.loterre.fr/ark:/67375/3WV-RFFQDKV1-L> ;
  skos:prefLabel "kaolin"@fr, "kaolin"@en ;
  skos:exactMatch <https://fr.wikipedia.org/wiki/Kaolin> .

