@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:070560
  skos:editorialNote "Gendering prüfen"@de ;
  skos:broader testclass:070500 ;
  skos:notation "070560" ;
  skos:inScheme testclass: ;
  skos:prefLabel "Teacher Assessment Measures"@en, "Lehrerbeurteilungsverfahren"@de ;
  a skos:Concept .

testclass:070500
  skos:notation "070500" ;
  skos:prefLabel "Educational Attitudes Tests"@en, "Schulische Einstellungstests"@de ;
  a skos:Concept ;
  skos:narrower testclass:070560 .

