@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 ns0: <http://purl.org/ontology/gbv/> .
@prefix zbwext: <http://zbw.eu/namespaces/zbw-extensions/> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix gnd: <https://d-nb.info/gnd/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

<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 .

<http://zbw.eu/stw/descriptor/30355-1>
  rdfs:label "Forward guidance"@en, "Forward Guidance"@de ;
  skos:prefLabel "Forward guidance"@en, "Forward Guidance"@de ;
  skos:broader <http://zbw.eu/stw/thsys/70305>, <http://zbw.eu/stw/descriptor/10382-3> ;
  ns0:gvkppn "1724950649" ;
  skos:scopeNote "Tool used by central banks to exercise their monetary policy power by influencing market expectations regarding the future level of interest rates with their own forecasts"@en, "Instrument der Geldpolitik, bei dem Zentralbanken versuchen, durch Kommunikation eigener Vorhersagen und Prognosen die Markterwartungen über den zukünftigen Zinssatz zu beeinflussen"@de ;
  a skos:Concept, zbwext:Descriptor ;
  dc:isPartOf <http://zbw.eu/stw> ;
  skos:inScheme <http://zbw.eu/stw> ;
  skos:broadMatch gnd:4019902-2 ;
  skos:related <http://zbw.eu/stw/descriptor/30531-0> .

<http://zbw.eu/stw/descriptor/10382-3>
  rdfs:label "Monetary policy"@en, "Geldpolitik"@de, "Zentralbankpolitik"@de, "Notenbankpolitik"@de ;
  skos:prefLabel "Monetary policy"@en, "Geldpolitik"@de ;
  a zbwext:Descriptor, skos:Concept ;
  skos:narrower <http://zbw.eu/stw/descriptor/30355-1> .

skos:broadMatch
  rdfs:subPropertyOf skos:mappingRelation, skos:broader ;
  skos:definition "skos:broadMatch is used to state a hierarchical mapping link between two conceptual resources in different concept schemes."@en ;
  rdfs:label "has broader match"@en .

<http://zbw.eu/stw/thsys/70305>
  rdfs:label "Monetary policy"@en, "Geldpolitik"@de, "V.05.01.02  Monetary policy"@en, "V.05.01.02  Geldpolitik"@de ;
  a zbwext:Thsys, skos:Concept ;
  skos:prefLabel "V.05.01.02  Monetary policy"@en, "V.05.01.02  Geldpolitik"@de ;
  skos:notation "V.05.01.02" ;
  skos:narrower <http://zbw.eu/stw/descriptor/30355-1> .

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 .

gnd:4019902-2
  rdfs:label "Geldpolitik"@de ;
  skos:prefLabel "Geldpolitik"@de ;
  skos:narrowMatch <http://zbw.eu/stw/descriptor/30355-1> .

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/descriptor/30531-0>
  rdfs:label "Unkonventionelle Geldpolitik"@de, "Unconventional monetary policy"@en ;
  skos:prefLabel "Unkonventionelle Geldpolitik"@de, "Unconventional monetary policy"@en ;
  a zbwext:Descriptor, skos:Concept ;
  skos:related <http://zbw.eu/stw/descriptor/30355-1> .

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

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 .

