@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:070210
  skos:broader testclass:070200 ;
  skos:notation "070210" ;
  skos:inScheme testclass: ;
  skos:prefLabel "Social Values Surveys"@en, "Tests zur Erfassung sozialer Werte"@de ;
  a skos:Concept .

testclass:070200
  skos:notation "070200" ;
  skos:prefLabel "Social Attitude Tests"@en, "Soziale Einstellungstests"@de ;
  a skos:Concept ;
  skos:narrower testclass:070210 .

