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

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

addterms:IntegrativeTherapyApproaches
  owl:deprecated true ;
  dc:isReplacedBy <https://w3id.org/zpid/vocabs/terms/25853> ;
  skos:historyNote "1980-2002; ersetzt durch Thesaurus-Begriff Integrative Psychotherapy" ;
  dc:modified "2002-01-01"^^xsd:date ;
  dc:created "1980-01-01"^^xsd:date ;
  skos:exactMatch <https://w3id.org/zpid/vocabs/terms/25853> ;
  skos:inScheme addterms: ;
  skos:prefLabel "Integrative Therapy Approaches"@en, "Integrative Therapieansätze"@de ;
  a skos:Concept .

<https://w3id.org/zpid/vocabs/terms/25853> skos:exactMatch addterms:IntegrativeTherapyApproaches .
addterms:Clinical
  skos:prefLabel "Clinical Psychology"@en, "Klinische Psychologie"@de ;
  a skos:Collection ;
  skos:member addterms:IntegrativeTherapyApproaches .

