@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:Stress
  skos:broadMatch class:3365, class:3120, class:2560 ;
  skos:hiddenLabel "Burnout"@de ;
  skos:broader klarpsytopics:PsychischeProblemeUndPsychotherapie ;
  skos:scopeNote "z.B. Ursachen und aufrechterhaltende Faktoren von Stress; gesundheitliche Folgen von Stress; Bewältigung von Stress; Burnout"@de ;
  skos:inScheme klarpsytopics: ;
  skos:prefLabel "Stress"@en, "Stress"@de ;
  a skos:Concept .

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

