@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:070314
  skos:broader testclass:070310 ;
  skos:notation "070314" ;
  skos:inScheme testclass: ;
  skos:prefLabel "Risk Evaluation of Psychological Stress at the Workplace"@en, "Verfahren zur Ermittlung psychischer Belastungen am Arbeitsplatz"@de ;
  a skos:Concept .

testclass:070310
  skos:notation "070310" ;
  skos:prefLabel "Organizational & Work Attitude Tests"@en, "Einstellungstests zu Betrieb und Arbeit"@de ;
  a skos:Concept ;
  skos:narrower testclass:070314 .

