@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/ANTH>
  skos:prefLabel "Anthroponym"@en, "Anthroponyme"@fr ;
  a skos:Collection ;
  isothes:superGroup <http://data.loterre.fr/ark:/67375/73G/PERS> .

<http://data.loterre.fr/ark:/67375/73G/DIEU>
  skos:prefLabel "Divinity"@en, "Divinité"@fr ;
  a skos:Collection ;
  isothes:superGroup <http://data.loterre.fr/ark:/67375/73G/PERS> .

<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/PERS> .

<http://data.loterre.fr/ark:/67375/73G/PERS>
  rdfs:comment "Nombre de membres : 3."@fr, "Number of membres: 3."@en ;
  isothes:subGroup <http://data.loterre.fr/ark:/67375/73G/ANTH>, <http://data.loterre.fr/ark:/67375/73G/ETHN>, <http://data.loterre.fr/ark:/67375/73G/DIEU> ;
  skos:prefLabel "Personality / Divinity"@en, "Personnalité / Divinité"@fr ;
  isothes:superGroup <http://data.loterre.fr/ark:/67375/73G/Grouping_by_semantic_type> ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/73G> ;
  a skos:Collection .

<http://data.loterre.fr/ark:/67375/73G/ETHN>
  skos:prefLabel "Peuple / Ethnie"@fr, "People / Ethnic group"@en ;
  a skos:Collection ;
  isothes:superGroup <http://data.loterre.fr/ark:/67375/73G/PERS> .

