@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/FABR>
  skos:prefLabel "Design"@en, "Conception"@fr ;
  a isothes:ConceptGroup, skos:Collection ;
  skos:member rdr:-B0S8ZZG1-Z .

rdr:-B0S8ZZG1-Z
  skos:prefLabel "xérographie"@fr, "xerography"@en, "xerografía"@es ;
  inist:semCategory "Conception"@fr, "Design"@en ;
  skos:inScheme rdr: ;
  skos:hiddenLabel "Xérographie"@fr, "Xerografía"@es, "Xerography"@en ;
  skos:exactMatch <https://www.wikidata.org/wiki/Q1753339> ;
  a skos:Concept .

