@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:060200
  skos:broader testclass:060000 ;
  skos:narrower testclass:060240, testclass:060230, testclass:060220, testclass:060210 ;
  skos:notation "060200" ;
  skos:inScheme testclass: ;
  skos:prefLabel "German Tests"@en, "Deutschtests"@de ;
  a skos:Concept .

testclass:060240
  skos:notation "060240" ;
  skos:prefLabel "Grammar Tests"@en, "Grammatiktests"@de ;
  a skos:Concept ;
  skos:broader testclass:060200 .

testclass:060230
  skos:notation "060230" ;
  skos:prefLabel "Vocabulary Tests"@en, "Wortschatztests"@de ;
  a skos:Concept ;
  skos:broader testclass:060200 .

testclass:060220
  skos:notation "060220" ;
  skos:prefLabel "Spelling Tests"@en, "Rechtschreibtests"@de ;
  a skos:Concept ;
  skos:broader testclass:060200 .

testclass:060210
  skos:notation "060210" ;
  skos:prefLabel "Reading Tests"@en, "Lesetests"@de ;
  a skos:Concept ;
  skos:broader testclass:060200 .

testclass:060000
  skos:notation "060000" ;
  skos:prefLabel "Scholastic Achievement Tests"@en, "Schulleistungstests"@de ;
  a skos:Concept ;
  skos:narrower testclass:060200 .

