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

<http://data.loterre.fr/ark:/67375/26L/Rock>
  skos:prefLabel "Rock"@en, "Roche"@fr ;
  a isothes:ConceptGroup, skos:Collection ;
  skos:member <http://data.loterre.fr/ark:/67375/26L-KDDRHD19-5> .

<http://data.loterre.fr/ark:/67375/26L> a skos:ConceptScheme .
<http://data.loterre.fr/ark:/67375/26L-KDDRHD19-5>
  skos:prefLabel "foidolita"@es, "foidolite"@en, "foïdolite"@fr ;
  skos:altLabel "feldspathoïdolite"@fr, "feldspathoidolite"@en ;
  inist:semCategory "Roche"@fr, "Rock"@en ;
  skos:hiddenLabel "Foidolite"@en, "foidolites"@en, "Foïdolite"@fr ;
  skos:broader <http://data.loterre.fr/ark:/67375/26L-NDFX384Q-D> ;
  a skos:Concept ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/26L> .

<http://data.loterre.fr/ark:/67375/26L-NDFX384Q-D>
  skos:prefLabel "roca feldespatoídica"@es, "feldspathoid rock"@en, "roche feldspathoïdique"@fr ;
  a skos:Concept ;
  skos:narrower <http://data.loterre.fr/ark:/67375/26L-KDDRHD19-5> .

