@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:070310
  skos:broader testclass:070300 ;
  skos:narrower testclass:070314, testclass:070313, testclass:070312, testclass:070311 ;
  skos:notation "070310" ;
  skos:inScheme testclass: ;
  skos:prefLabel "Organizational & Work Attitude Tests"@en, "Einstellungstests zu Betrieb und Arbeit"@de ;
  a skos:Concept .

testclass:070300
  skos:notation "070300" ;
  skos:prefLabel "Occupational Attitudes Measures"@en, "Berufliche Einstellungstests"@de ;
  a skos:Concept ;
  skos:narrower testclass:070310 .

testclass:070314
  skos:notation "070314" ;
  skos:prefLabel "Risk Evaluation of Psychological Stress at the Workplace"@en, "Verfahren zur Ermittlung psychischer Belastungen am Arbeitsplatz"@de ;
  a skos:Concept ;
  skos:broader testclass:070310 .

testclass:070313
  skos:notation "070313" ;
  skos:prefLabel "Work Values Tests"@en, "Tests zur Erfassung der Arbeitsorientierung (Werte/Normen)"@de ;
  a skos:Concept ;
  skos:broader testclass:070310 .

testclass:070312
  skos:notation "070312" ;
  skos:prefLabel "Workplace Codetermination Tests"@en, "Tests zur Mitbestimmung am Arbeitsplatz"@de ;
  a skos:Concept ;
  skos:broader testclass:070310 .

testclass:070311
  skos:notation "070311" ;
  skos:prefLabel "Job Satisfaction Tests"@en, "Tests zur Erfassung der Arbeitszufriedenheit"@de ;
  a skos:Concept ;
  skos:broader testclass:070310 .

