@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:Trauma
  skos:broadMatch class:3300, class:3236, class:3215 ;
  skos:hiddenLabel "Posttraumatische Belastungsstörung"@de, "PTSD"@de, "Missbrauch"@de ;
  skos:broader klarpsytopics:PsychischeProblemeUndPsychotherapie ;
  skos:scopeNote "Definition von Trauma; (langfristige) Folgen von Trauma; Folgen von Missbrauch; Posttraumatische Belastungsstörung; Behandlungsmöglichkeiten"@de ;
  skos:inScheme klarpsytopics: ;
  skos:prefLabel "Trauma"@en, "Trauma"@de ;
  a skos:Concept .

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

