@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:112600
  skos:broader testclass:110000 ;
  skos:narrower testclass:112620, testclass:112610 ;
  skos:notation "112600" ;
  skos:inScheme testclass: ;
  skos:prefLabel "Behavioral Diagnosis"@en, "Verfahren der verhaltenstheoretischen Diagnostik"@de ;
  a skos:Concept .

testclass:112620
  skos:notation "112620" ;
  skos:prefLabel "Reinforcement Survey Schedules"@en, "Verstärkerlisten"@de ;
  a skos:Concept ;
  skos:broader testclass:112600 .

testclass:112610
  skos:notation "112610" ;
  skos:prefLabel "Assertiveness Tests"@en, "Verhaltenstherapeutische Tests zur Selbstbehauptung"@de ;
  a skos:Concept ;
  skos:broader testclass:112600 .

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

