@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix isothes: <http://purl.org/iso25964/skos-thes#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://data.loterre.fr/ark:/67375/26L-N7D7TT8Z-1>
  skos:prefLabel "larvae"@fr, "larvae"@en, "larvae"@es ;
  a skos:Concept .

<http://data.loterre.fr/ark:/67375/26L-LR4K6L78-5>
  skos:prefLabel "depredador"@es, "predator"@en, "prédateur"@fr ;
  a skos:Concept .

<http://data.loterre.fr/ark:/67375/26L/Grouping_by_semantic_type>
  skos:prefLabel "Grouping by semantic type"@en, "Regroupement par catégorie sémantique"@fr ;
  a isothes:ConceptGroup, skos:Collection ;
  isothes:subGroup <http://data.loterre.fr/ark:/67375/26L/Animal> .

<http://data.loterre.fr/ark:/67375/26L> a skos:ConceptScheme .
<http://data.loterre.fr/ark:/67375/26L/Animal>
  isothes:superGroup <http://data.loterre.fr/ark:/67375/26L/Grouping_by_semantic_type> ;
  rdfs:comment "Nombre de membres : 2."@fr, "Number of members: 2."@en ;
  skos:prefLabel "Animal"@en, "Animal"@fr ;
  a skos:Collection, isothes:ConceptGroup ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/26L> ;
  skos:member <http://data.loterre.fr/ark:/67375/26L-LR4K6L78-5>, <http://data.loterre.fr/ark:/67375/26L-N7D7TT8Z-1> .

