@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:-TP5P75X0-7
  skos:inScheme rdr: ;
  a skos:Concept ;
  skos:hiddenLabel "Design for testability"@en, "Diseño para las pruebas"@es, "Conception pour test"@fr ;
  inist:semCategory "Activity"@en, "Activité"@fr ;
  skos:prefLabel "design for testability"@en, "conception pour test"@fr, "diseño para las pruebas"@es .

<http://data.loterre.fr/ark:/67375/RDR/ACTI>
  skos:prefLabel "Activity"@en, "Activité"@fr ;
  a isothes:ConceptGroup, skos:Collection ;
  skos:member rdr:-TP5P75X0-7 .

rdr: a skos:ConceptScheme .
