@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:109900
  skos:broader testclass:100000 ;
  skos:notation "109900" ;
  skos:inScheme testclass: ;
  skos:prefLabel "Other Projective Measures"@en, "Sonstige Projektive Verfahren"@de ;
  a skos:Concept .

testclass:100000
  skos:notation "100000" ;
  skos:prefLabel "Projective Measures"@en, "Projektive Verfahren"@de ;
  a skos:Concept ;
  skos:narrower testclass:109900 .

