@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:079900
  skos:broader testclass:070000 ;
  skos:notation "079900" ;
  skos:inScheme testclass: ;
  skos:prefLabel "Other Attitude Tests & Measures"@en, "Sonstige Einstellungstests"@de ;
  a skos:Concept .

testclass:070000
  skos:notation "070000" ;
  skos:prefLabel "Attitude Tests"@en, "Einstellungstests"@de ;
  a skos:Concept ;
  skos:narrower testclass:079900 .

