@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-PWBRCHJG-V>
  skos:hiddenLabel "Feuille"@fr, "Leaf"@en ;
  a skos:Concept ;
  skos:prefLabel "hoja"@es, "feuille"@fr, "leaf"@en ;
  inist:semCategory "Végétal"@fr, "Vegetal"@en ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/26L> ;
  skos:altLabel "leaves"@en .

<http://data.loterre.fr/ark:/67375/26L> a skos:ConceptScheme .
<http://data.loterre.fr/ark:/67375/26L/Vegetal>
  skos:prefLabel "Végétal"@fr, "Vegetal"@en ;
  a isothes:ConceptGroup, skos:Collection ;
  skos:member <http://data.loterre.fr/ark:/67375/26L-PWBRCHJG-V> .

