@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:130400
  skos:broader testclass:130000 ;
  skos:narrower testclass:130420, testclass:130410 ;
  skos:notation "130400" ;
  skos:inScheme testclass: ;
  skos:prefLabel "Response Sets"@en, "Response Sets"@de ;
  a skos:Concept .

testclass:130420
  skos:notation "130420" ;
  skos:prefLabel "Response Bias Scales"@en, "Tests zur Erfassung von Antworttendenzen"@de ;
  a skos:Concept ;
  skos:broader testclass:130400 .

testclass:130410
  skos:notation "130410" ;
  skos:prefLabel "Social Desirability Scales"@en, "Tests zur Erfassung sozialer Erwünschtheit"@de ;
  a skos:Concept ;
  skos:broader testclass:130400 .

testclass:130000
  skos:notation "130000" ;
  skos:prefLabel "Other Measures & Scales"@en, "Sonstige Verfahren"@de ;
  a skos:Concept ;
  skos:narrower testclass:130400 .

