@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/216-RH4M9J7N-C>
  inist:semCategory "Temporal concept"@en, "Concept temporel"@fr ;
  skos:hiddenLabel "Age 9-12 ans"@fr, "Age 9-12 years"@en ;
  a skos:Concept ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/216> ;
  skos:prefLabel "âge 9-12 ans"@fr, "age 9-12 years"@en .

<http://data.loterre.fr/ark:/67375/216> a skos:ConceptScheme .
<http://data.loterre.fr/ark:/67375/216-Concept_temporel>
  skos:prefLabel "Temporal concept"@en, "Concept temporel"@fr ;
  a isothes:ConceptGroup, skos:Collection ;
  skos:member <http://data.loterre.fr/ark:/67375/216-RH4M9J7N-C> .

