@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:070100
  skos:broader testclass:070000 ;
  skos:notation "070100" ;
  skos:inScheme testclass: ;
  skos:prefLabel "Multidimensional Attitude Tests"@en, "Mehrdimensionale Einstellungstests"@de ;
  a skos:Concept .

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

