@prefix testclass: <https://w3id.org/zpid/vocabs/testclass/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

testclass:
  skos:prefLabel "PSYNDEX-Testklassifikation"@de, "PSYNDEX Test Classification"@en ;
  a skos:ConceptScheme .

testclass:112700
  skos:broader testclass:110000 ;
  skos:notation "112700" ;
  skos:inScheme testclass: ;
  skos:prefLabel "Rehabilitation Measures"@en, "Verfahren aus dem Bereich der Rehabilitation"@de ;
  a skos:Concept .

testclass:110000
  skos:notation "110000" ;
  skos:prefLabel "Clinical Tests"@en, "Klinische Verfahren"@de ;
  a skos:Concept ;
  skos:narrower testclass:112700 .

