@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:-TVN1LNNV-9 .

rdr:-TVN1LNNV-9
  skos:hiddenLabel "Baking"@en, "Cocimiento al horno"@es, "Cuisson au four"@fr ;
  a skos:Concept ;
  inist:semCategory "Conception"@fr, "Design"@en ;
  skos:prefLabel "cocimiento al horno"@es, "baking"@en, "cuisson au four"@fr ;
  inist:domain "Multidisciplinaire"@fr, "Multidisciplinary"@en ;
  skos:inScheme rdr: .

