@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/73G/CHRO>
  skos:prefLabel "Chronologie"@fr, "Chronology"@en ;
  a skos:Collection ;
  isothes:superGroup <http://data.loterre.fr/ark:/67375/73G/TEMP> .

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

<http://data.loterre.fr/ark:/67375/73G/AVIE>
  skos:prefLabel "Age de la vie"@fr, "Age of life"@en ;
  a skos:Collection ;
  isothes:superGroup <http://data.loterre.fr/ark:/67375/73G/TEMP> .

<http://data.loterre.fr/ark:/67375/73G/DATE>
  skos:prefLabel "Date / Event"@en, "Date / Evènement"@fr ;
  a skos:Collection ;
  isothes:superGroup <http://data.loterre.fr/ark:/67375/73G/TEMP> .

<http://data.loterre.fr/ark:/67375/73G/TEMP>
  isothes:subGroup <http://data.loterre.fr/ark:/67375/73G/DATE>, <http://data.loterre.fr/ark:/67375/73G/AVIE>, <http://data.loterre.fr/ark:/67375/73G/CTEM>, <http://data.loterre.fr/ark:/67375/73G/CHRO> ;
  skos:prefLabel "Temps"@fr, "Time"@en ;
  a skos:Collection ;
  isothes:superGroup <http://data.loterre.fr/ark:/67375/73G/Grouping_by_semantic_type> ;
  rdfs:comment "Nombre de membres : 4."@fr, "Number of membres: 4."@en ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/73G> .

<http://data.loterre.fr/ark:/67375/73G/CTEM>
  skos:prefLabel "Temporal concept"@en, "Concept temporel"@fr ;
  a skos:Collection ;
  isothes:superGroup <http://data.loterre.fr/ark:/67375/73G/TEMP> .

