@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/THEO>
  skos:prefLabel "Theory / Theoretical model"@en, "Théorie / Modèle théorique"@fr ;
  a isothes:ConceptGroup, skos:Collection ;
  skos:member rdr:-BLGM1XGR-M .

rdr:-BLGM1XGR-M
  skos:prefLabel "modèle électrique"@fr, "electrical model"@en, "modelo eléctrico"@es ;
  inist:semCategory "Théorie / Modèle théorique"@fr, "Theory / Theoretical model"@en ;
  skos:inScheme rdr: ;
  a skos:Concept ;
  skos:hiddenLabel "Modelo eléctrico"@es, "Electrical model"@en, "Modèle électrique"@fr ;
  skos:altLabel "analogie électrique"@fr .

