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

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

<http://zbw.eu/namespaces/zbw-extensions/useInsteadNote>
  rdfs:subPropertyOf skos:note ;
  skos:definition """For an aspect of the current concept use the 
    concept to which the note points instead of the current."""@en ;
  rdfs:comment """The note consists of a blank node. It contains 
    a rdfs:value literal which designates the aspect and a rdfs:seeAlso link to 
    the concept which should be used instead."""@en ;
  rdfs:label "useInsteadNote"@en .

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

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/10833-3>
  skos:narrower <http://zbw.eu/stw/descriptor/29993-0>, <http://zbw.eu/stw/descriptor/18008-1>, <http://zbw.eu/stw/descriptor/10836-4>, <http://zbw.eu/stw/descriptor/20817-2>, <http://zbw.eu/stw/descriptor/10838-0>, <http://zbw.eu/stw/descriptor/18126-2>, <http://zbw.eu/stw/descriptor/10656-6>, <http://zbw.eu/stw/descriptor/18437-6>, <http://zbw.eu/stw/descriptor/10696-1> ;
  skos:inScheme <http://zbw.eu/stw> ;
  skos:related <http://zbw.eu/stw/descriptor/10835-6>, <http://zbw.eu/stw/descriptor/19355-3>, <http://zbw.eu/stw/descriptor/18614-3>, <http://zbw.eu/stw/descriptor/10658-2> ;
  ns0:useInsteadNote [
    rdfs:seeAlso <http://zbw.eu/stw/descriptor/10605-2> ;
    rdf:value "Ist der Welthandel gemeint"@de
  ] ;
  skos:altLabel "Internationaler Handel"@de, "International trade"@en ;
  skos:broader <http://zbw.eu/stw/thsys/179318>, <http://zbw.eu/stw/thsys/70952>, <http://zbw.eu/stw/descriptor/10617-2>, <http://zbw.eu/stw/thsys/71091> ;
  skos:prefLabel "Außenhandel"@de, "Foreign trade"@en ;
  a ns0:Descriptor, skos:Concept ;
  ns1:gvkppn "091348463" .

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

<http://zbw.eu/stw/descriptor/10656-6>
  skos:prefLabel "Manufactures trade"@en, "Außenhandel mit Industriegütern"@de ;
  a ns0:Descriptor, skos:Concept ;
  skos:broader <http://zbw.eu/stw/descriptor/10833-3> .

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 .

<http://zbw.eu/stw/thsys/179318>
  skos:notation "B.01.07" ;
  rdfs:label "Internationales Management"@de, "Global management"@en ;
  skos:prefLabel "B.01.07  Internationales Management"@de, "B.01.07  Global management"@en ;
  a ns0:Thsys, skos:Concept ;
  skos:narrower <http://zbw.eu/stw/descriptor/10833-3> .

<http://zbw.eu/stw/descriptor/10617-2>
  skos:prefLabel "Internationale Wirtschaftsbeziehungen"@de, "International economic relations"@en ;
  a ns0:Descriptor, skos:Concept ;
  skos:narrower <http://zbw.eu/stw/descriptor/10833-3> .

<http://zbw.eu/stw/thsys/70952>
  skos:notation "W.10.06" ;
  rdfs:label "Foreign trade sector"@en, "Außenhandelssektor"@de ;
  skos:prefLabel "W.10.06  Foreign trade sector"@en, "W.10.06  Außenhandelssektor"@de ;
  a ns0:Thsys, skos:Concept ;
  skos:narrower <http://zbw.eu/stw/descriptor/10833-3> .

<http://zbw.eu/stw/descriptor/10835-6>
  skos:prefLabel "Foreign trade statistics"@en, "Außenhandelsstatistik"@de ;
  a ns0:Descriptor, skos:Concept ;
  skos:related <http://zbw.eu/stw/descriptor/10833-3> .

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/19355-3>
  skos:prefLabel "International trade pattern"@en, "Außenhandelsstruktur"@de ;
  a ns0:Descriptor, skos:Concept ;
  skos:related <http://zbw.eu/stw/descriptor/10833-3> .

<http://zbw.eu/stw/descriptor/29993-0>
  skos:prefLabel "Intraregionaler Handel"@de, "Intra-regional trade"@en ;
  a ns0:Descriptor, skos:Concept ;
  skos:broader <http://zbw.eu/stw/descriptor/10833-3> .

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/10658-2>
  skos:prefLabel "Interregionaler Handel"@de, "Inter-regional trade"@en ;
  a ns0:Descriptor, skos:Concept ;
  skos:related <http://zbw.eu/stw/descriptor/10833-3> .

<http://zbw.eu/stw/descriptor/10836-4>
  skos:prefLabel "Export"@en, "Export"@de ;
  a ns0:Descriptor, skos:Concept ;
  skos:broader <http://zbw.eu/stw/descriptor/10833-3> .

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 .

<http://zbw.eu/stw/descriptor/18614-3>
  skos:prefLabel "Internationaler Güterverkehr"@de, "International freight transport"@en ;
  a ns0:Descriptor, skos:Concept ;
  skos:related <http://zbw.eu/stw/descriptor/10833-3> .

<http://zbw.eu/stw/descriptor/18437-6>
  skos:prefLabel "Intra-firm trade"@en, "Firmeninterner Handel"@de ;
  a ns0:Descriptor, skos:Concept ;
  skos:broader <http://zbw.eu/stw/descriptor/10833-3> .

<http://zbw.eu/stw/descriptor/10696-1>
  skos:prefLabel "Freihandel"@de, "Free trade"@en ;
  a ns0:Descriptor, skos:Concept ;
  skos:broader <http://zbw.eu/stw/descriptor/10833-3> .

<http://zbw.eu/stw/descriptor/18008-1>
  skos:prefLabel "International agricultural trade"@en, "Agraraußenhandel"@de ;
  a ns0:Descriptor, skos:Concept ;
  skos:broader <http://zbw.eu/stw/descriptor/10833-3> .

<http://zbw.eu/stw/descriptor/18126-2>
  skos:prefLabel "Trade in services"@en, "Dienstleistungshandel"@de ;
  a ns0:Descriptor, skos:Concept ;
  skos:broader <http://zbw.eu/stw/descriptor/10833-3> .

<http://zbw.eu/stw/descriptor/10838-0>
  skos:prefLabel "Import"@en, "Import"@de ;
  a ns0:Descriptor, skos:Concept ;
  skos:broader <http://zbw.eu/stw/descriptor/10833-3> .

skos:narrower
  rdfs:subPropertyOf skos:narrowerTransitive ;
  skos:definition "Relates a concept to a concept that is more specific in meaning."@en ;
  rdfs:comment "Narrower concepts are typically rendered as children in a concept hierarchy (tree)."@en ;
  rdfs:label "has narrower"@en .

<http://zbw.eu/stw/descriptor/20817-2>
  skos:prefLabel "Fairer Handel"@de, "Fair trade"@en ;
  a ns0:Descriptor, skos:Concept ;
  skos:broader <http://zbw.eu/stw/descriptor/10833-3> .

<http://zbw.eu/stw/thsys/71091>
  skos:notation "V.07.03.01" ;
  rdfs:label "Foreign trade"@en, "Außenhandel"@de ;
  skos:prefLabel "V.07.03.01  Foreign trade"@en, "V.07.03.01  Außenhandel"@de ;
  a ns0:Thsys, skos:Concept ;
  skos:narrower <http://zbw.eu/stw/descriptor/10833-3> .

