@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix void: <http://rdfs.org/ns/void#> .
@prefix zbwext: <http://zbw.eu/namespaces/zbw-extensions/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix ns0: <http://purl.org/ontology/gbv/> .

<http://zbw.eu/stw>
  rdfs:label "Standard-Thesaurus Wirtschaft"@de, "STW Thesaurus for Economics"@en ;
  skos:prefLabel "Standard-Thesaurus Wirtschaft"@de, "STW Thesaurus for Economics"@en ;
  a void:Dataset, skos:ConceptScheme .

zbwext:Descriptor
  rdfs:label "Descriptor"@en ;
  a owl:Class .

skos:inScheme
  skos:definition "Relates a resource (for example a concept) to a concept scheme in which it is included."@en ;
  rdfs:label "is in scheme"@en .

<http://zbw.eu/stw/descriptor/30583-2>
  ns0:gvkppn "1726856968" ;
  skos:prefLabel "Neurodiversität"@de, "Neurodiversity"@en ;
  zbwext:altLabelNarrower "Autismus"@de, "Autism"@en, "ADHD"@en, "ADHS"@de ;
  rdfs:label "Neurodiversity"@en, "Autism"@en, "Neurodiversität"@de, "Autismus"@de, "ADHS"@de, "ADHD"@en, "Neurologische Diversität"@de ;
  skos:related <http://zbw.eu/stw/descriptor/19601-0>, <http://zbw.eu/stw/descriptor/28202-6> ;
  skos:broader <http://zbw.eu/stw/descriptor/28954-1>, <http://zbw.eu/stw/thsys/70017> ;
  a skos:Concept, zbwext:Descriptor ;
  skos:scopeNote "Stands for a concept in which neurobiological differences are viewed and respected as a human disposition among others."@en, "Steht für ein Konzept, bei dem neurobiologische Unterschiede als eine menschliche Disposition unter anderen angesehen und respektiert werden."@de ;
  skos:altLabel "Neurologische Diversität"@de ;
  skos:inScheme <http://zbw.eu/stw> .

<http://zbw.eu/stw/descriptor/28954-1>
  skos:narrower <http://zbw.eu/stw/descriptor/30583-2> ;
  rdfs:label "Neuroscience"@en, "Gehirnforschung"@de, "Hirnforschung"@de, "Neurowissenschaften"@de, "Neurowissenschaft"@de, "Neurobiologie"@de, "Brain research"@en ;
  a skos:Concept, zbwext:Descriptor ;
  skos:prefLabel "Neuroscience"@en, "Neurowissenschaften"@de .

<http://zbw.eu/stw/descriptor/28202-6>
  skos:prefLabel "Soft skills"@en, "Soziale Kompetenz"@de ;
  rdfs:label "Soziale Intelligenz"@de, "Interpersonal competence"@en, "Nicht-kognitive Fähigkeiten"@de, "Sozialkompetenz"@de, "Social competence"@en, "Social skills"@en, "Soft skills"@en, "Non-cognitive skills"@en, "Social ability"@en, "Soziale Kompetenz"@de ;
  skos:related <http://zbw.eu/stw/descriptor/30583-2> ;
  a zbwext:Descriptor, skos:Concept .

zbwext:altLabelNarrower
  skos:definition """Lexical label for a narrower term which is
    not defined as a separate concept (according to ISO 25964, 8.4), sometimes
    referred to as 'upward posting'. Intended for use with
    skos:Concept, instead of using skos:altLabel."""@en ;
  rdfs:label "altLabelNarrower"@en .

skos:prefLabel
  rdfs:subPropertyOf rdfs:label ;
  skos:definition "The preferred lexical label for a resource, in a given language."@en ;
  rdfs:comment """skos:prefLabel, skos:altLabel and skos:hiddenLabel are pairwise
      disjoint properties."""@en, "The range of skos:prefLabel is the class of RDF plain literals."@en, "A resource has no more than one value of skos:prefLabel per language tag."@en ;
  rdfs:label "preferred label"@en .

<http://zbw.eu/stw/thsys/70017>
  rdfs:label "N.07  Psychologie"@de, "N.07  Psychology"@en, "Psychology"@en, "Psychologie"@de ;
  skos:narrower <http://zbw.eu/stw/descriptor/30583-2> ;
  skos:prefLabel "N.07  Psychologie"@de, "N.07  Psychology"@en ;
  a skos:Concept, zbwext:Thsys ;
  skos:notation "N.07" .

<http://zbw.eu/stw/descriptor/19601-0>
  rdfs:label "Kognitive Dissonanz"@de, "Kognitives Verhalten"@de, "Cognitive skills"@en, "Denken"@de, "Kognitive Fähigkeiten"@de, "Kognition"@de, "Kognitive Psychologie"@de, "Cognition"@en, "Kognitionstheorie"@de, "Denkstruktur"@de, "Kognitiver Prozess"@de, "Kognitionspsychologie"@de ;
  skos:prefLabel "Cognition"@en, "Kognition"@de ;
  a zbwext:Descriptor, skos:Concept ;
  skos:related <http://zbw.eu/stw/descriptor/30583-2> .

skos:Concept
  rdfs:label "Concept"@en ;
  a owl:Class .

skos:altLabel
  rdfs:subPropertyOf rdfs:label ;
  skos:definition "An alternative lexical label for a resource."@en ;
  rdfs:comment "skos:prefLabel, skos:altLabel and skos:hiddenLabel are pairwise disjoint properties."@en, "The range of skos:altLabel is the class of RDF plain literals."@en ;
  rdfs:label "alternative label"@en .

skos:related
  rdfs:subPropertyOf skos:semanticRelation ;
  skos:definition "Relates a concept to a concept with which there is an associative semantic relationship."@en ;
  rdfs:comment "skos:related is disjoint with skos:broaderTransitive"@en ;
  rdfs:label "has related"@en .

skos:scopeNote
  rdfs:subPropertyOf skos:note ;
  skos:definition "A note that helps to clarify the meaning and/or the use of a concept."@en ;
  rdfs:label "scope note"@en .

skos:broader
  rdfs:subPropertyOf skos:broaderTransitive ;
  skos:definition "Relates a concept to a concept that is more general in meaning."@en ;
  rdfs:comment "Broader concepts are typically rendered as parents in a concept hierarchy (tree)."@en ;
  rdfs:label "has broader"@en .

