@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:-PVM2B3SX-X
  inist:semCategory "Modélisation / Calcul"@fr, "Modeling / Calculus"@en ;
  skos:altLabel "système multiniveaux"@fr ;
  a skos:Concept ;
  skos:prefLabel "multilevel system"@en, "système à n niveaux"@fr, "sistema de n niveles"@es ;
  skos:hiddenLabel "Sistema n niveles"@es, "Sistema de n niveles"@es, "Système à n niveaux"@fr, "Système n niveaux"@fr, "Multilevel system"@en ;
  skos:inScheme rdr: .

<http://data.loterre.fr/ark:/67375/RDR/MODL>
  skos:prefLabel "Modélisation / Calcul"@fr, "Modeling / Calculus"@en ;
  a isothes:ConceptGroup, skos:Collection ;
  skos:member rdr:-PVM2B3SX-X .

