@prefix testclass: <https://w3id.org/zpid/vocabs/testclass/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

testclass:120000
  skos:narrower testclass:129900, testclass:120300, testclass:120200, testclass:120100 ;
  skos:notation "120000" ;
  skos:topConceptOf testclass: ;
  skos:inScheme testclass: ;
  skos:prefLabel "Behavior Scales"@en, "Verhaltensskalen"@de ;
  a skos:Concept .

testclass:129900
  skos:notation "129900" ;
  skos:prefLabel "Other Behavior Scales"@en, "Sonstige Verhaltensskalen"@de ;
  a skos:Concept ;
  skos:broader testclass:120000 .

testclass:120300
  skos:notation "120300" ;
  skos:prefLabel "Social Interaction Measures"@en, "Verfahren zur Erfassung von Interaktionen"@de ;
  a skos:Concept ;
  skos:broader testclass:120000 .

testclass:120200
  skos:notation "120200" ;
  skos:prefLabel "Childrearing Behavior Measures"@en, "Erzieherverhalten"@de ;
  a skos:Concept ;
  skos:broader testclass:120000 .

testclass:120100
  skos:notation "120100" ;
  skos:prefLabel "Everyday Behavior & Life Experiences Measures"@en, "Verfahren zur Erfassung von Alltagsverhalten und -erleben"@de ;
  a skos:Concept ;
  skos:broader testclass:120000 .

testclass:
  skos:prefLabel "PSYNDEX-Testklassifikation"@de, "PSYNDEX Test Classification"@en ;
  a skos:ConceptScheme ;
  skos:hasTopConcept testclass:120000 .

