@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:089900
  skos:broader testclass:080000 ;
  skos:notation "089900" ;
  skos:inScheme testclass: ;
  skos:prefLabel "Other Interest Measures"@en, "Sonstige Interessentests"@de ;
  a skos:Concept .

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

