@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:090700
  skos:broader testclass:090000 ;
  skos:narrower testclass:090720, testclass:090710 ;
  skos:notation "090700" ;
  skos:inScheme testclass: ;
  skos:prefLabel "Personality Tests for Special Motives & Needs"@en, "Tests zur Erfassung spezifischer Motive und Bedürfnisse"@de ;
  a skos:Concept .

testclass:090720
  skos:notation "090720" ;
  skos:prefLabel "Power Motivation & Machiavellism Tests"@en, "Machtmotivtests und Verfahren zur Erfassung von Machiavellismus"@de ;
  a skos:Concept ;
  skos:broader testclass:090700 .

testclass:090710
  skos:notation "090710" ;
  skos:prefLabel "Achievement Motivation Tests"@en, "Leistungsmotivationstests"@de ;
  a skos:Concept ;
  skos:broader testclass:090700 .

testclass:090000
  skos:notation "090000" ;
  skos:prefLabel "Personality Tests"@en, "Persönlichkeitstests"@de ;
  a skos:Concept ;
  skos:narrower testclass:090700 .

