@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:SelfConfrontation
  owl:deprecated true ;
  dc:isReplacedBy addterms:AudiovisualSelfConfrontation ;
  skos:historyNote "1980-1996; ersetzt durch Freien Deskriptor Audiovisuelle Selbstkonfrontation" ;
  dc:modified "1996-01-01"^^xsd:date ;
  skos:closeMatch addterms:AudiovisualSelfConfrontation ;
  dc:created "1980-01-01"^^xsd:date ;
  skos:inScheme addterms: ;
  skos:prefLabel "Self Confrontation"@en, "Selbstkonfrontation"@de ;
  a skos:Concept .

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

addterms:AudiovisualSelfConfrontation
  skos:prefLabel "Audiovisual Self Confrontation"@en, "Audiovisuelle Selbstkonfrontation"@de ;
  a skos:Concept ;
  dc:replaces addterms:SelfConfrontation ;
  skos:closeMatch addterms:SelfConfrontation .

