@prefix testclass: <https://w3id.org/zpid/vocabs/testclass/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

testclass:080000
  skos:narrower testclass:089900, testclass:080200, testclass:080100 ;
  skos:notation "080000" ;
  skos:topConceptOf testclass: ;
  skos:inScheme testclass: ;
  skos:prefLabel "Interest Inventories"@en, "Interessentests"@de ;
  a skos:Concept .

testclass:089900
  skos:notation "089900" ;
  skos:prefLabel "Other Interest Measures"@en, "Sonstige Interessentests"@de ;
  a skos:Concept ;
  skos:broader testclass:080000 .

testclass:080200
  skos:notation "080200" ;
  skos:prefLabel "Occupational Interest Measures"@en, "Berufliche Interessentests"@de ;
  a skos:Concept ;
  skos:broader testclass:080000 .

testclass:080100
  skos:notation "080100" ;
  skos:prefLabel "General Interest Measures"@en, "Allgemeine Interessentests"@de ;
  a skos:Concept ;
  skos:broader testclass:080000 .

testclass:
  skos:prefLabel "PSYNDEX-Testklassifikation"@de, "PSYNDEX Test Classification"@en ;
  a skos:ConceptScheme ;
  skos:hasTopConcept testclass:080000 .

