@prefix rdr: <http://data.loterre.fr/ark:/67375/RDR> .
@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#> .

rdr: a skos:ConceptScheme .
<http://data.loterre.fr/ark:/67375/RDR/ACSO>
  isothes:subGroup <http://data.loterre.fr/ark:/67375/RDR/ACTI> ;
  rdfs:comment "Nombre de membres : 1."@fr, "Number of members: 1."@en ;
  a isothes:ConceptGroup, skos:Collection ;
  skos:inScheme rdr: ;
  skos:prefLabel "Activité / Comportement / Société"@fr, "Activity / Behavior / Society"@en .

<http://data.loterre.fr/ark:/67375/RDR/ACTI>
  skos:prefLabel "Activity"@en, "Activité"@fr ;
  a isothes:ConceptGroup, skos:Collection ;
  isothes:superGroup <http://data.loterre.fr/ark:/67375/RDR/ACSO> .

