@prefix class: <https://w3id.org/zpid/vocabs/class/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

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

class:4120
  skos:broader class:4100 ;
  skos:scopeNote "umfasst Computermodelle und -simulationen menschlicher Informationsverarbeitung auf der Grundlage von Expertenwissen."@de ;
  skos:notation "4120" ;
  skos:inScheme class: ;
  skos:prefLabel "Artificial Intelligence & Expert Systems"@en, "Künstliche Intelligenz und Expertensysteme"@de ;
  a skos:Concept .

class:4100
  skos:notation "4100" ;
  skos:prefLabel "Cognitive Psychology & Intelligent Systems"@en, "Kognitive Psychologie im Kontext intelligenter Systeme"@de ;
  a skos:Concept ;
  skos:narrower class:4120 .

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

