@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:130300
  skos:broader testclass:130000 ;
  skos:notation "130300" ;
  skos:inScheme testclass: ;
  skos:prefLabel "Biographical Analysis & Biographical Diagnostics"@en, "Explorations- und Anamneseschemata"@de ;
  a skos:Concept .

testclass:130000
  skos:notation "130000" ;
  skos:prefLabel "Other Measures & Scales"@en, "Sonstige Verfahren"@de ;
  a skos:Concept ;
  skos:narrower testclass:130300 .

