@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:049900
  skos:broader testclass:040000 ;
  skos:notation "049900" ;
  skos:inScheme testclass: ;
  skos:prefLabel "Other Achievement & Aptitude & Ability Tests"@en, "Sonstige Leistungs-, Fähigkeits- oder Eignungstests"@de ;
  a skos:Concept .

testclass:040000
  skos:notation "040000" ;
  skos:prefLabel "Achievement & Aptitude & Ability Tests"@en, "Leistungs-, Fähigkeits- und Eignungstests"@de ;
  a skos:Concept ;
  skos:narrower testclass:049900 .

