@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:-S48DKMDQ-R .

rdr:-S48DKMDQ-R
  skos:hiddenLabel "Antena cilíndrica"@es, "Cylindrical antenna"@en, "Antenne cylindrique"@fr ;
  skos:prefLabel "cylindrical antenna"@en, "antena cilíndrica"@es, "antenne cylindrique"@fr ;
  inist:domain "Telecommunications"@en, "Télécommunications"@fr ;
  inist:semCategory "Dispositif / Appareillage"@fr, "Device / Apparatus"@en ;
  a skos:Concept ;
  skos:inScheme rdr: .

