@prefix rdr: <http://data.loterre.fr/ark:/67375/RDR> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix inist: <http://www.inist.fr/Ontology#> .
@prefix isothes: <http://purl.org/iso25964/skos-thes#> .

rdr: a skos:ConceptScheme .
rdr:-T34BMZZT-5
  skos:hiddenLabel "Pila"@es, "Stack"@en, "Pile mémoire"@fr ;
  inist:domain "General chemistry / Theoretical chemistry"@en, "Chimie générale / Chimie théorique / Chimie physique"@fr ;
  a skos:Concept ;
  skos:prefLabel "pile mémoire"@fr, "pila"@es, "stack"@en ;
  inist:semCategory "Machine / Equipment"@en, "Machine / Equipement"@fr ;
  skos:inScheme rdr: .

<http://data.loterre.fr/ark:/67375/RDR/EQUI>
  skos:prefLabel "Machine / Equipement"@fr, "Machine / Equipment"@en ;
  a isothes:ConceptGroup, skos:Collection ;
  skos:member rdr:-T34BMZZT-5 .

