@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:070520
  skos:broader testclass:070500 ;
  skos:notation "070520" ;
  skos:inScheme testclass: ;
  skos:prefLabel "Sociometric Measures in School"@en, "Soziometrische Verfahren im Schulbereich"@de ;
  a skos:Concept .

testclass:070500
  skos:notation "070500" ;
  skos:prefLabel "Educational Attitudes Tests"@en, "Schulische Einstellungstests"@de ;
  a skos:Concept ;
  skos:narrower testclass:070520 .

