@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:111800
  skos:broader testclass:110000 ;
  skos:notation "111800" ;
  skos:inScheme testclass: ;
  skos:prefLabel "Social Network & Social Support Measures"@en, "Verfahren zur Erfassung des sozialen Netzwerks und der sozialen Unterstützung"@de ;
  a skos:Concept .

testclass:110000
  skos:notation "110000" ;
  skos:prefLabel "Clinical Tests"@en, "Klinische Verfahren"@de ;
  a skos:Concept ;
  skos:narrower testclass:111800 .

