@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:3371
  skos:example "psychotherapeutische und ärztliche Praxen."@de ;
  dc:modified "2024-02-27"^^xsd:date ;
  skos:broader class:3370 ;
  skos:scopeNote "enthält Arbeiten zu ambulanten Behandlungsformen für psychiatrische, psychotherapeutische und medizinische Patientinnen und Patienten."@de ;
  skos:notation "3371" ;
  skos:inScheme class: ;
  skos:prefLabel "Outpatient Services"@en, "Ambulante Dienste"@de ;
  a skos:Concept .

class:3370
  skos:notation "3370" ;
  skos:prefLabel "Health & Mental Health Services"@en, "Psychosoziale Dienste und Gesundheitsversorgung"@de ;
  a skos:Concept ;
  skos:narrower class:3371 .

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

