@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:020400
  skos:broader testclass:020000 ;
  skos:notation "020400" ;
  skos:inScheme testclass: ;
  skos:prefLabel "Intelligence Tests for Adolescents & Adults"@en, "Intelligenztests für Jugendliche und Erwachsene"@de ;
  a skos:Concept .

testclass:020000
  skos:notation "020000" ;
  skos:prefLabel "Intelligence Tests"@en, "Intelligenztests"@de ;
  a skos:Concept ;
  skos:narrower testclass:020400 .

