@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:070580
  skos:broader testclass:070500 ;
  skos:notation "070580" ;
  skos:inScheme testclass: ;
  skos:prefLabel "Attitudes Toward Higher Education & Universities & Science Tests"@en, "Einstellungstests zu Studium, Hochschule und Wissenschaft"@de ;
  a skos:Concept .

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

