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

addterms:SelfConfrontation
  skos:prefLabel "Self Confrontation"@en, "Selbstkonfrontation"@de ;
  a skos:Concept .

addterms:AudiovisualSelfConfrontation
  dc:replaces addterms:SelfConfrontation ;
  skos:closeMatch addterms:SelfConfrontation ;
  skos:scopeNote "Usually video-assisted feedback on client behavior in psychotherapy, behavior training, and role-playing."@en, "Über Videotechnologie und andere audiovisuelle Medien vermittelte Rückmeldung von Verhaltensweisen der therapierten Person in der Psychotherapie, dem Verhaltenstraining und in Rollenspielen."@de ;
  skos:topConceptOf addterms: ;
  skos:inScheme addterms: ;
  skos:prefLabel "Audiovisual Self Confrontation"@en, "Audiovisuelle Selbstkonfrontation"@de ;
  a skos:Concept .

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

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

