@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:010400
  skos:broader testclass:010000 ;
  skos:notation "010400" ;
  skos:inScheme testclass: ;
  skos:prefLabel "Developmental Tests of Perception"@en, "Spezielle Tests zur Entwicklung der Wahrnehmung"@de ;
  a skos:Concept .

testclass:010000
  skos:notation "010000" ;
  skos:prefLabel "Developmental Measures"@en, "Entwicklungstests"@de ;
  a skos:Concept ;
  skos:narrower testclass:010400 .

