@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:-PX1M9STZ-2 .

rdr:-PX1M9STZ-2
  skos:hiddenLabel "Common drain configuration"@en, "Montage à drain commun"@fr, "Configuración de drenador común"@es ;
  skos:altLabel "montage drain commun"@fr ;
  inist:semCategory "Conception"@fr, "Design"@en ;
  skos:prefLabel "configuración de drenador común"@es, "montage à drain commun"@fr, "common drain configuration"@en ;
  a skos:Concept ;
  skos:inScheme rdr: .

