@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:120200
  skos:editorialNote "Gendering prüfen"@de ;
  skos:broader testclass:120000 ;
  skos:notation "120200" ;
  skos:inScheme testclass: ;
  skos:prefLabel "Childrearing Behavior Measures"@en, "Erzieherverhalten"@de ;
  a skos:Concept .

testclass:120000
  skos:notation "120000" ;
  skos:prefLabel "Behavior Scales"@en, "Verhaltensskalen"@de ;
  a skos:Concept ;
  skos:narrower testclass:120200 .

