@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/DISP>
  skos:prefLabel "Dispositif / Appareillage"@fr, "Device / Apparatus"@en ;
  a isothes:ConceptGroup, skos:Collection ;
  isothes:superGroup <http://data.loterre.fr/ark:/67375/RDR/MACH> .

<http://data.loterre.fr/ark:/67375/RDR/MACH>
  isothes:superGroup <http://data.loterre.fr/ark:/67375/RDR/OBJE> ;
  isothes:subGroup <http://data.loterre.fr/ark:/67375/RDR/EQUI>, <http://data.loterre.fr/ark:/67375/RDR/DISP> ;
  a isothes:ConceptGroup, skos:Collection ;
  skos:prefLabel "Machine"@fr, "Machine"@en ;
  rdfs:comment "Nombre de membres : 2."@fr, "Number of members: 2."@en ;
  skos:inScheme rdr: .

<http://data.loterre.fr/ark:/67375/RDR/EQUI>
  skos:prefLabel "Machine / Equipement"@fr, "Machine / Equipment"@en ;
  a isothes:ConceptGroup, skos:Collection ;
  isothes:superGroup <http://data.loterre.fr/ark:/67375/RDR/MACH> .

