@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:-BJNB5DD0-R
  skos:hiddenLabel "Central unit"@en, "Unité centrale"@fr, "Unidad central"@es ;
  a skos:Concept ;
  skos:prefLabel "central unit"@en, "unidad central"@es, "unité centrale"@fr ;
  inist:domain "Electronics"@en, "Electronique"@fr ;
  skos:exactMatch <https://www.wikidata.org/wiki/Q190369> ;
  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:-BJNB5DD0-R .

