@prefix addterms: <https://w3id.org/zpid/vocabs/addterms/> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

addterms:SystemicTherapy
  dc:created "2023-03-08"^^xsd:date ;
  skos:scopeNote "Systemic therapy is a psychotherapeutic approach that focuses in a special way on patients in their individual relationships to the social systems to which they belong. The approach is applied in different treatment settings (such as individual therapy, couple therapy, group therapy) and counseling settings."@en, "Systemische Therapie ist ein psychotherapeutischer Ansatz, der die Klientinnen und Klienten und ihre Störungen in ihren jeweils individuellen Bezügen zu den zu ihnen gehörigen sozialen Systemen in besonderer Weise in den Fokus des therapeutischen Geschehens rückt. Der Ansatz wird in unterschiedlichen Behandlungssettings (etwa Einzeltherapie, Paartherapie, Gruppentherapie) und Beratungssettings angewendet."@de ;
  skos:topConceptOf addterms: ;
  skos:inScheme addterms: ;
  skos:prefLabel "Systemic Therapy"@en, "Systemische Therapie"@de ;
  a skos:Concept .

addterms:Clinical
  skos:prefLabel "Clinical Psychology"@en, "Klinische Psychologie"@de ;
  a skos:Collection ;
  skos:member addterms:SystemicTherapy .

addterms:
  skos:prefLabel "Additional Terms (IT)"@en, "Zusatzdeskriptoren (IT)"@de ;
  a skos:ConceptScheme ;
  skos:hasTopConcept addterms:SystemicTherapy .

