@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-X0RSNVV0-1> .

<http://data.loterre.fr/ark:/67375/26L-TD4VS8L4-C>
  skos:prefLabel "Kupferschiefer"@fr, "Kupferschiefer"@en, "Kupferschiefer"@es ;
  a skos:Concept ;
  skos:broader <http://data.loterre.fr/ark:/67375/26L-X0RSNVV0-1> .

<http://data.loterre.fr/ark:/67375/26L-X0RSNVV0-1>
  inist:semCategory "Roche"@fr, "Rock"@en ;
  skos:narrower <http://data.loterre.fr/ark:/67375/26L-TD4VS8L4-C> ;
  skos:hiddenLabel "Shale"@fr, "Shale"@en, "esquisto"@es ;
  a skos:Concept ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/26L> ;
  skos:broader <http://data.loterre.fr/ark:/67375/26L-GX2NN45K-1> ;
  skos:prefLabel "shale"@fr, "shale"@en, "shale"@es .

<http://data.loterre.fr/ark:/67375/26L-GX2NN45K-1>
  skos:prefLabel "roche clastique"@fr, "roca clástica"@es, "clastic rock"@en ;
  a skos:Concept ;
  skos:narrower <http://data.loterre.fr/ark:/67375/26L-X0RSNVV0-1> .

<http://data.loterre.fr/ark:/67375/26L> a skos:ConceptScheme .
