@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:070300
  skos:broader testclass:070000 ;
  skos:narrower testclass:070320, testclass:070310 ;
  skos:notation "070300" ;
  skos:inScheme testclass: ;
  skos:prefLabel "Occupational Attitudes Measures"@en, "Berufliche Einstellungstests"@de ;
  a skos:Concept .

testclass:070320
  skos:notation "070320" ;
  skos:prefLabel "Other Occupational Attitudes Measures"@en, "Weitere berufsbezogene Testverfahren"@de ;
  a skos:Concept ;
  skos:broader testclass:070300 .

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

testclass:070000
  skos:notation "070000" ;
  skos:prefLabel "Attitude Tests"@en, "Einstellungstests"@de ;
  a skos:Concept ;
  skos:narrower testclass:070300 .

