@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:060500
  skos:broader testclass:060000 ;
  skos:notation "060500" ;
  skos:inScheme testclass: ;
  skos:prefLabel "Natural Science Tests"@en, "Tests für naturwissenschaftliche Fächer (Physik, Chemie, Biologie)"@de ;
  a skos:Concept .

testclass:060000
  skos:notation "060000" ;
  skos:prefLabel "Scholastic Achievement Tests"@en, "Schulleistungstests"@de ;
  a skos:Concept ;
  skos:narrower testclass:060500 .

