@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:070620
  skos:broader testclass:070600 ;
  skos:notation "070620" ;
  skos:inScheme testclass: ;
  skos:prefLabel "Health Attitude & Health Behavior Tests"@en, "Tests für gesundheitsbezogene Einstellungen und Verhaltensweisen"@de ;
  a skos:Concept .

testclass:070600
  skos:notation "070600" ;
  skos:prefLabel "Other Specific Attitude Tests"@en, "Weitere Spezifische Einstellungstests"@de ;
  a skos:Concept ;
  skos:narrower testclass:070620 .

