@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:-ST23F1QC-H .

rdr:-ST23F1QC-H
  skos:prefLabel "teoría de Heitler-London"@es, "théorie de Heitler-London"@fr, "Heitler-London theory"@en ;
  skos:hiddenLabel "Teoría de Heitler-London"@es, "Théorie Heitler London"@fr, "Théorie de Heitler-London"@fr ;
  skos:inScheme rdr: ;
  inist:semCategory "Theory / Theoretical model"@en, "Théorie / Modèle théorique"@fr ;
  inist:domain "Physics"@en, "Physique"@fr ;
  a skos:Concept .

