@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 inist: <http://www.inist.fr/Ontology#> .

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 ;
  skos:member rdr:-SDRGB913-8 .

rdr:-SDRGB913-8
  skos:prefLabel "interconnexion de circuit intégré"@fr, "integrated circuit interconnection"@en, "interconexión de circuito integrado"@es ;
  skos:inScheme rdr: ;
  skos:hiddenLabel "Interconexión de circuito integrado"@es, "Interconnexion de circuit intégré"@fr, "Integrated circuit interconnection"@en, "Interconnexion circuit intégré"@fr, "Integrated circuit interconnections"@en ;
  inist:semCategory "Device / Apparatus"@en, "Dispositif / Appareillage"@fr ;
  inist:domain "Electronics"@en, "Electronique"@fr ;
  a skos:Concept .

