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

<http://data.loterre.fr/ark:/67375/26L-TR98CDJX-R>
  inist:semCategory "Roche"@fr, "Rock"@en ;
  a skos:Concept ;
  skos:prefLabel "augitite"@fr, "augitite"@en, "augitita"@es ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/26L> ;
  skos:broader <http://data.loterre.fr/ark:/67375/26L-R9R04N0S-Q> ;
  skos:hiddenLabel "Augitite"@fr, "Augitite"@en .

<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-TR98CDJX-R> .

<http://data.loterre.fr/ark:/67375/26L> a skos:ConceptScheme .
<http://data.loterre.fr/ark:/67375/26L-R9R04N0S-Q>
  skos:prefLabel "tephrite"@en, "téphrite"@fr, "tefrita"@es ;
  a skos:Concept ;
  skos:narrower <http://data.loterre.fr/ark:/67375/26L-TR98CDJX-R> .

