@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:ResourceActivation
  dc:created "2023-03-08"^^xsd:date ;
  skos:scopeNote "In psychology and psychotherapy, resource activation is understood as the initiation and use of all potentials (resources) fundamentally available to a person for personal development and desirable change. The resources can be located both in the person itself and in its environment."@en, "Unter Ressourcenaktivierung wird in der Psychologie und Psychotherapie die Initiierung und Nutzung aller einer Person grundsätzlich zur Verfügung stehenden Potenziale (Ressourcen) zur persönlichen Weiterentwicklung und wünschenswerter Veränderung verstanden. Die Ressourcen können sowohl in der Person selbst als auch in ihrer Umwelt verortet sein."@de ;
  skos:topConceptOf addterms: ;
  skos:inScheme addterms: ;
  skos:prefLabel "Resource Activation"@en, "Ressourcenaktivierung"@de ;
  a skos:Concept .

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

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

