@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:070650
  skos:broader testclass:070600 ;
  skos:notation "070650" ;
  skos:inScheme testclass: ;
  skos:prefLabel "Attitudes Toward Society Tests"@en, "Tests für Einstellungen zur Gesellschaft"@de ;
  a skos:Concept .

testclass:070600
  skos:notation "070600" ;
  skos:prefLabel "Other Specific Attitude Tests"@en, "Weitere Spezifische Einstellungstests"@de ;
  a skos:Concept ;
  skos:narrower testclass:070650 .

