@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:-BGCH2R01-K
  inist:domain "Informatics"@en, "Informatique"@fr ;
  inist:semCategory "Modélisation / Calcul"@fr, "Modeling / Calculus"@en ;
  a skos:Concept ;
  skos:hiddenLabel "Parallel algorithm"@en, "Algorithme parallèle"@fr, "Algoritmo paralelo"@es ;
  skos:inScheme rdr: ;
  skos:prefLabel "parallel algorithm"@en, "algoritmo paralelo"@es, "algorithme parallèle"@fr .

<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:-BGCH2R01-K .

