@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:070450
  skos:broader testclass:070400 ;
  skos:notation "070450" ;
  skos:inScheme testclass: ;
  skos:prefLabel "Observation Methods for Marital & Familiy Relationships"@en, "Beobachtungsverfahren für die Partnerbeziehung und die Familie"@de ;
  a skos:Concept .

testclass:070400
  skos:notation "070400" ;
  skos:prefLabel "Family & Spouse/Partner Attitudes Tests"@en, "Familiäre und partnerbezogene Einstellungstests"@de ;
  a skos:Concept ;
  skos:narrower testclass:070450 .

