@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix isothes: <http://purl.org/iso25964/skos-thes#> .
@prefix rdr: <http://data.loterre.fr/ark:/67375/RDR> .
@prefix inist: <http://www.inist.fr/Ontology#> .

<http://data.loterre.fr/ark:/67375/RDR/MATE>
  skos:prefLabel "Material / Product / Substance"@en, "Matériau / Produit / Substance"@fr ;
  a isothes:ConceptGroup, skos:Collection ;
  skos:member rdr:-SK23Q42J-Q .

rdr:-SK23Q42J-Q
  skos:exactMatch <https://www.wikidata.org/wiki/Q7447791> ;
  skos:prefLabel "surface sélective"@fr, "superficie selectiva"@es, "selective surface"@en ;
  skos:altLabel "selective area"@en, "aire sélective"@fr ;
  inist:semCategory "Material / Product / Substance"@en, "Matériau / Produit / Substance"@fr ;
  skos:hiddenLabel "Superficie selectiva"@es, "Selective surface"@en, "Surface sélective"@fr ;
  a skos:Concept ;
  skos:inScheme rdr: .

rdr: a skos:ConceptScheme .
