@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/27X/Temporal_concept>
  skos:member <http://data.loterre.fr/ark:/67375/27X-C7LCNWVF-C>, <http://data.loterre.fr/ark:/67375/27X-J8RQDJBK-C>, <http://data.loterre.fr/ark:/67375/27X-XW1155M1-H> ;
  a isothes:ConceptGroup, skos:Collection ;
  rdfs:comment "Nombre de membres : 3."@fr, "Number of members: 3."@en ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/27X> ;
  isothes:superGroup <http://data.loterre.fr/ark:/67375/27X/Grouping_by_semantic_type> ;
  skos:prefLabel "Concept temporel"@fr, "Temporal concept"@en .

<http://data.loterre.fr/ark:/67375/27X> a skos:ConceptScheme .
<http://data.loterre.fr/ark:/67375/27X/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/27X/Temporal_concept> .

<http://data.loterre.fr/ark:/67375/27X-C7LCNWVF-C>
  skos:prefLabel "règne"@fr, "reign"@en ;
  a skos:Concept .

<http://data.loterre.fr/ark:/67375/27X-J8RQDJBK-C>
  skos:prefLabel "origine"@fr, "origin"@en ;
  a skos:Concept .

<http://data.loterre.fr/ark:/67375/27X-XW1155M1-H>
  skos:prefLabel "chronologie"@fr, "chronology"@en ;
  a skos:Concept .

