@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:-Q3LS9LFL-V
  skos:hiddenLabel "Aparato portátil"@es, "Appareil portatif"@fr, "Portable equipment"@en ;
  skos:prefLabel "portable equipment"@en, "aparato portátil"@es, "appareil portatif"@fr ;
  skos:altLabel "portable device"@en, "portable system"@en, "handheld device"@en ;
  a skos:Concept ;
  inist:semCategory "Machine / Equipement"@fr, "Machine / Equipment"@en ;
  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:-Q3LS9LFL-V .

