@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/26376-4>
  rdfs:label "Intelligenz"@de, "Intelligenztest"@de, "Intelligence"@en, "Intelligenzquotient"@de, "Intelligenzforschung"@de ;
  skos:prefLabel "Intelligence"@en, "Intelligenz"@de ;
  a zbwext:Descriptor, skos:Concept ;
  skos:narrower <http://zbw.eu/stw/descriptor/30605-4> .

<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 ;
  a zbwext:Descriptor, skos:Concept ;
  skos:related <http://zbw.eu/stw/descriptor/30605-4> .

<http://zbw.eu/stw/descriptor/19599-3>
  a zbwext:Descriptor, skos:Concept ;
  rdfs:label "Empathy"@en, "Emotion"@de, "Sentiment"@en, "Emotion"@en, "Stimmung"@de, "Emotionalität"@de, "Liebe"@de, "Einfühlungsvermögen"@de, "Emotionality"@en, "Gefühl"@de, "Love"@en, "Empathie"@de ;
  skos:prefLabel "Emotion"@de, "Emotion"@en ;
  skos:narrower <http://zbw.eu/stw/descriptor/30605-4> .

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:prefLabel "N.07  Psychologie"@de, "N.07  Psychology"@en ;
  a skos:Concept, zbwext:Thsys ;
  skos:narrower <http://zbw.eu/stw/descriptor/30605-4> ;
  skos:notation "N.07" .

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 .

<http://zbw.eu/stw/descriptor/30605-4>
  rdfs:label "Emotional competence"@en, "Emotionale Kompetenz"@de, "Emotionale Intelligenz"@de, "Emotional intelligence"@en ;
  skos:broader <http://zbw.eu/stw/thsys/70017>, <http://zbw.eu/stw/descriptor/19599-3>, <http://zbw.eu/stw/descriptor/26376-4> ;
  skos:scopeNote "Steht für die Fähigkeit, eigene und fremde Gefühle wahrzunehmen, zu verstehen, zu beschreiben und mit ihnen umzugehen."@de, "Stads for the ability to perceive, understand, describe and deal with one`s own and others` feelings."@en ;
  skos:altLabel "Emotional competence"@en, "Emotionale Kompetenz"@de ;
  a zbwext:Descriptor, skos:Concept ;
  skos:prefLabel "Emotional intelligence"@en, "Emotionale Intelligenz"@de ;
  skos:related <http://zbw.eu/stw/descriptor/28202-6> ;
  skos:inScheme <http://zbw.eu/stw> ;
  ns0:gvkppn "1926964802" .

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 .

