@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-XKXTTX12-Q>
  skos:altLabel "Institutions"@en ;
  inist:semCategory "Organization / Institution"@en, "Organisme / Institution"@fr ;
  skos:prefLabel "institution"@fr, "institution"@en, "institución"@es ;
  skos:hiddenLabel "Institution"@en, "Institution"@fr, "Institución"@es ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/26L> ;
  a skos:Concept .

<http://data.loterre.fr/ark:/67375/26L> a skos:ConceptScheme .
<http://data.loterre.fr/ark:/67375/26L/Organization__Institution>
  skos:prefLabel "Organisme / Institution"@fr, "Organization / Institution"@en ;
  a isothes:ConceptGroup, skos:Collection ;
  skos:member <http://data.loterre.fr/ark:/67375/26L-XKXTTX12-Q> .

