@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:SolutionOrientedTherapy
  owl:deprecated true ;
  dc:isReplacedBy <https://w3id.org/zpid/vocabs/terms/48621> ;
  skos:historyNote "2003-2006, ersetzt durch Thesaurusbegriff Solution Focused Therapy" ;
  dc:modified "2006-01-01"^^xsd:date ;
  dc:created "2003-01-01"^^xsd:date ;
  skos:exactMatch <https://w3id.org/zpid/vocabs/terms/48621> ;
  skos:inScheme addterms: ;
  skos:prefLabel "Solution-Oriented Therapy"@en, "Lösungsorientierte Therapie"@de ;
  a skos:Concept .

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

