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

klarpsytopics:
  skos:prefLabel "KlarPsy-Themen"@de, "KLARpsy Topics"@en ;
  a skos:ConceptScheme .

klarpsytopics:Depression
  skos:broadMatch class:3300, class:3211 ;
  skos:broader klarpsytopics:PsychischeProblemeUndPsychotherapie ;
  skos:scopeNote "Arten, Ursachen und Behandlungsmöglichkeiten von Depression"@de ;
  skos:inScheme klarpsytopics: ;
  skos:prefLabel "Depression"@en, "Depression"@de ;
  a skos:Concept .

klarpsytopics:PsychischeProblemeUndPsychotherapie
  skos:prefLabel "Psychological Problems and Psychotherapy"@en, "Psychische Probleme und Psychotherapie"@de ;
  a skos:Concept ;
  skos:narrower klarpsytopics:Depression .

