@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/PRPC>
  skos:prefLabel "Propriété / Paramètre / Caractéristique"@fr, "Property / Parameter / Characteristic"@en ;
  a isothes:ConceptGroup, skos:Collection ;
  skos:member rdr:-FDZPBGSS-D .

rdr:-FDZPBGSS-D
  skos:prefLabel "constante dieléctrica efectiva"@es, "constante diélectrique efficace"@fr, "effective dielectric constant"@en ;
  inist:semCategory "Property / Parameter / Characteristic"@en, "Propriété / Paramètre / Caractéristique"@fr ;
  skos:hiddenLabel "Effective dielectric constant"@en, "Constante diélectrique efficace"@fr, "Constante dieléctrica efectiva"@es ;
  inist:domain "Physics"@en, "Physique"@fr ;
  a skos:Concept ;
  skos:inScheme rdr: .

