@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:060400
  skos:broader testclass:060000 ;
  skos:narrower testclass:060430, testclass:060420, testclass:060410 ;
  skos:notation "060400" ;
  skos:inScheme testclass: ;
  skos:prefLabel "Foreign Language Tests"@en, "Fremdsprachentests"@de ;
  a skos:Concept .

testclass:060430
  skos:notation "060430" ;
  skos:prefLabel "French Tests"@en, "Französischtests"@de ;
  a skos:Concept ;
  skos:broader testclass:060400 .

testclass:060420
  skos:notation "060420" ;
  skos:prefLabel "English Tests"@en, "Englischtests"@de ;
  a skos:Concept ;
  skos:broader testclass:060400 .

testclass:060410
  skos:notation "060410" ;
  skos:prefLabel "Foreign Language Ability Tests"@en, "Eignungstests für Fremdsprachen"@de ;
  a skos:Concept ;
  skos:broader testclass:060400 .

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

