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

class:
  skos:prefLabel "PSYNDEX Content Classification Categories"@en, "PSYNDEX-Inhaltsklassifikation"@de ;
  a skos:ConceptScheme .

class:3215
  skos:example "Angstneurosen, Phobien, Panikstörung, Posttraumatisches Stresssyndrom, Hysterie, Zwangsneurosen."@de ;
  skos:historyNote "Wording changed in November 2022 from 'Neuroses & Anxiety Disorders' to 'Anxiety Disorders'"@en, "Bis 03.2023: Neuroses & Anxiety Disorders / Neurosen und Angststörungen"@de ;
  dc:modified "2023-03-28"^^xsd:date ;
  skos:broader class:3210 ;
  skos:notation "3215" ;
  skos:inScheme class: ;
  skos:prefLabel "Anxiety Disorders"@en, "Angststörungen, Zwangsstörungen und posttraumatische Störungen"@de ;
  a skos:Concept .

class:3210
  skos:notation "3210" ;
  skos:prefLabel "Psychological Disorders"@en, "Psychische Störungen"@de ;
  a skos:Concept ;
  skos:narrower class:3215 .

class:allSHCollection
  skos:prefLabel "alle SH-Klassifikationen"@de, "All SH Classifications"@en ;
  a skos:Collection ;
  skos:member class:3215 .

