@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:060220
  skos:broader testclass:060200 ;
  skos:notation "060220" ;
  skos:inScheme testclass: ;
  skos:prefLabel "Spelling Tests"@en, "Rechtschreibtests"@de ;
  a skos:Concept .

testclass:060200
  skos:notation "060200" ;
  skos:prefLabel "German Tests"@en, "Deutschtests"@de ;
  a skos:Concept ;
  skos:narrower testclass:060220 .

