@prefix isothes: <http://purl.org/iso25964/skos-thes#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

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

<http://data.loterre.fr/ark:/67375/905> a skos:ConceptScheme .
<http://data.loterre.fr/ark:/67375/905/DISP>
  skos:prefLabel "Dispositif / Appareillage"@fr, "Device / Apparatus"@en ;
  a skos:Collection ;
  isothes:superGroup <http://data.loterre.fr/ark:/67375/905/MACH> .

<http://data.loterre.fr/ark:/67375/905/OBJE>
  skos:prefLabel "Object"@en, "Objet"@fr ;
  a skos:Collection ;
  isothes:subGroup <http://data.loterre.fr/ark:/67375/905/MACH> .

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

