@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 gnd: <https://d-nb.info/gnd/> .
@prefix ns0: <http://purl.org/ontology/gbv/> .
@prefix dc: <http://purl.org/dc/terms/> .

<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/19316-6>
  a zbwext:Descriptor, skos:Concept ;
  skos:prefLabel "Herkunftsbezeichnung"@de, "Designation of origin"@en ;
  rdfs:label "Made in"@en, "Designation of origin"@en, "Ursprungszeugnis"@de, "Country-of-origin effect"@en, "Geographical indications"@en, "Ursprungserzeugnis"@de, "Herkunftsbezeichnung"@de, "Produktherkunft"@de, "Certificate of origin"@en, "Geographische Herkunftsangaben"@de ;
  skos:related <http://zbw.eu/stw/descriptor/30296-5> .

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 .

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

<http://zbw.eu/stw/descriptor/30296-5>
  rdfs:label "Länderreputation"@de, "Country image"@en, "Länderimage"@de, "Nation branding"@en, "Country reputation"@en ;
  skos:broader <http://zbw.eu/stw/thsys/71067>, <http://zbw.eu/stw/descriptor/19448-3> ;
  skos:altLabel "Nation branding"@en, "Country reputation"@en, "Länderreputation"@de ;
  a zbwext:Descriptor, skos:Concept ;
  skos:prefLabel "Country image"@en, "Länderimage"@de ;
  skos:broadMatch gnd:4388526-3 ;
  skos:related <http://zbw.eu/stw/descriptor/19316-6> ;
  ns0:gvkppn "1822444586" ;
  skos:scopeNote "Application of marketing techniques for the advancement of a country"@en, "Bezeichnet den Versuch, einem Staat durch Anwendung von Kommunikationstechniken aus der Markentechnik ein mit einer Handelsmarke vergleichbares Image zu verschaffen"@de ;
  skos:inScheme <http://zbw.eu/stw> ;
  dc:isPartOf <http://zbw.eu/stw> .

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/thsys/71067>
  skos:prefLabel "V.11.02  Economics of location"@en, "V.11.02  Standortökonomik"@de ;
  rdfs:label "V.11.02  Economics of location"@en, "V.11.02  Standortökonomik"@de, "Standortökonomik"@de, "Economics of location"@en ;
  skos:notation "V.11.02" ;
  skos:narrower <http://zbw.eu/stw/descriptor/30296-5> ;
  a skos:Concept, zbwext:Thsys .

<http://zbw.eu/stw/descriptor/19448-3>
  skos:narrower <http://zbw.eu/stw/descriptor/30296-5> ;
  skos:prefLabel "Standortmarketing"@de, "Place marketing"@en ;
  rdfs:label "Place branding"@en, "Place marketing"@en, "Standortmarketing"@de, "Regionenmarke"@de, "Regionalmarketing"@de ;
  a skos:Concept, zbwext:Descriptor .

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 .

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

gnd:4388526-3
  rdfs:label "Regionales Marketing"@de, "Standortmarketing"@de, "Regionalmarketing"@de ;
  skos:prefLabel "Regionales Marketing"@de ;
  skos:narrowMatch <http://zbw.eu/stw/descriptor/30296-5> .

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 .

