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

<http://data.loterre.fr/ark:/67375/26L-KNB1XDL2-T>
  skos:prefLabel "arena"@es, "sable"@fr, "sand"@en ;
  a skos:Concept ;
  skos:narrower <http://data.loterre.fr/ark:/67375/26L-B5VZMPLP-9> .

<http://data.loterre.fr/ark:/67375/26L-B5VZMPLP-9>
  a skos:Concept ;
  skos:prefLabel "arena compacta"@es, "tight sand"@en, "sable colmaté"@fr ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/26L> ;
  skos:hiddenLabel "tight sands"@en, "Sable colmaté"@fr, "Tight sand"@en ;
  inist:semCategory "Environment"@en, "Environnement"@fr ;
  skos:broader <http://data.loterre.fr/ark:/67375/26L-KNB1XDL2-T> ;
  skos:altLabel "sable compact"@fr .

<http://data.loterre.fr/ark:/67375/26L> a skos:ConceptScheme .
<http://data.loterre.fr/ark:/67375/26L/Environment>
  skos:prefLabel "Environnement"@fr, "Environment"@en ;
  a isothes:ConceptGroup, skos:Collection ;
  skos:member <http://data.loterre.fr/ark:/67375/26L-B5VZMPLP-9> .

