@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:-JPP06MB6-R
  skos:prefLabel "optimal design"@en, "concepción optimal"@es, "conception optimale"@fr ;
  inist:domain "Engineering sciences"@en, "Sciences de l'ingénieur"@fr ;
  skos:exactMatch <https://www.wikidata.org/wiki/Q7098942> ;
  skos:hiddenLabel "Optimal design"@en, "Conception optimale"@fr, "Concepción optimal"@es ;
  skos:inScheme rdr: ;
  inist:semCategory "Design"@en, "Conception"@fr ;
  a skos:Concept .

<http://data.loterre.fr/ark:/67375/RDR/FABR>
  skos:prefLabel "Design"@en, "Conception"@fr ;
  a isothes:ConceptGroup, skos:Collection ;
  skos:member rdr:-JPP06MB6-R .

