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

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/30094-3>
  rdfs:label "Sahara"@en, "Sahara"@de ;
  skos:prefLabel "Sahara"@en, "Sahara"@de ;
  a zbwext:Descriptor, skos:Concept ;
  skos:broader <http://zbw.eu/stw/thsys/70076> .

<http://zbw.eu/stw/descriptor/17652-0>
  a zbwext:Descriptor, skos:Concept ;
  skos:prefLabel "Subsahara-Afrika"@de, "Sub-Saharan Africa"@en ;
  rdfs:label "Sub-Saharan Africa"@en, "Afrika südlich der Sahara"@de, "Schwarzafrika"@de, "Subsahara-Afrika"@de, "Africa South of Sahara"@en ;
  skos:broader <http://zbw.eu/stw/thsys/70076> .

<http://zbw.eu/stw/thsys/g>
  skos:prefLabel "G  Geographic names"@en, "G  Geographische Begriffe"@de ;
  rdfs:label "Geographic names"@en, "G  Geographische Begriffe"@de, "G  Geographic names"@en, "Geographische Begriffe"@de ;
  skos:narrower <http://zbw.eu/stw/thsys/70076> ;
  a zbwext:Thsys, skos:Concept ;
  skos:notation "G" .

<http://zbw.eu/stw/thsys/70085>
  skos:prefLabel "G.03.01  Nordafrika"@de, "G.03.01  North Africa"@en ;
  a zbwext:Thsys, skos:Concept ;
  skos:broader <http://zbw.eu/stw/thsys/70076> ;
  rdfs:label "Nordafrika"@de, "North Africa"@en, "G.03.01  North Africa"@en, "G.03.01  Nordafrika"@de ;
  skos:notation "G.03.01" .

<http://zbw.eu/stw/thsys/70076>
  rdfs:label "Africa"@en, "Afrika"@de, "G.03  Afrika"@de, "G.03  Africa"@en ;
  a skos:Concept, zbwext:Thsys ;
  skos:narrower <http://zbw.eu/stw/thsys/71031>, <http://zbw.eu/stw/descriptor/17642-3>, <http://zbw.eu/stw/descriptor/17978-5>, <http://zbw.eu/stw/thsys/70445>, <http://zbw.eu/stw/thsys/70560>, <http://zbw.eu/stw/descriptor/30095-1>, <http://zbw.eu/stw/thsys/70429>, <http://zbw.eu/stw/descriptor/30094-3>, <http://zbw.eu/stw/thsys/70085>, <http://zbw.eu/stw/descriptor/17652-0> ;
  skos:prefLabel "G.03  Afrika"@de, "G.03  Africa"@en ;
  skos:inScheme <http://zbw.eu/stw> ;
  skos:broader <http://zbw.eu/stw/thsys/g> ;
  skos:notation "G.03" .

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/17642-3>
  rdfs:label "Afrika"@de, "Africa"@en, "Afrikanische Staaten"@de, "Afrikanische Länder"@de ;
  skos:prefLabel "Afrika"@de, "Africa"@en ;
  a zbwext:Descriptor, skos:Concept ;
  skos:broader <http://zbw.eu/stw/thsys/70076> .

<http://zbw.eu/stw/thsys/71031>
  a skos:Concept, zbwext:Thsys ;
  rdfs:label "G.03.05  Central Africa"@en, "G.03.05  Zentralafrika"@de, "Zentralafrika"@de, "Central Africa"@en ;
  skos:prefLabel "G.03.05  Central Africa"@en, "G.03.05  Zentralafrika"@de ;
  skos:notation "G.03.05" ;
  skos:broader <http://zbw.eu/stw/thsys/70076> .

<http://zbw.eu/stw/thsys/70445>
  rdfs:label "East Africa"@en, "G.03.02  East Africa"@en, "G.03.02  Ostafrika"@de, "Ostafrika"@de ;
  skos:prefLabel "G.03.02  Ostafrika"@de, "G.03.02  East Africa"@en ;
  a skos:Concept, zbwext:Thsys ;
  skos:broader <http://zbw.eu/stw/thsys/70076> ;
  skos:notation "G.03.02" .

skos:notation
  skos:definition "A notation, also known as classification code, is a string of characters such as \"T58.5\" or \"303.4833\" used to uniquely identify a concept within the scope of a given concept scheme."@en ;
  rdfs:label "notation"@en .

<http://zbw.eu/stw/descriptor/17978-5>
  rdfs:label "Arabische Staaten"@de, "Arab countries"@en, "Arabische Welt"@de, "Arabische Länder"@de ;
  skos:prefLabel "Arabische Staaten"@de, "Arab countries"@en ;
  a zbwext:Descriptor, skos:Concept ;
  skos:broader <http://zbw.eu/stw/thsys/70076> .

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

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: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/70429>
  a zbwext:Thsys, skos:Concept ;
  skos:prefLabel "G.03.03  Southern Africa"@en, "G.03.03  Südliches Afrika"@de ;
  rdfs:label "Südliches Afrika"@de, "Southern Africa"@en, "G.03.03  Südliches Afrika"@de, "G.03.03  Southern Africa"@en ;
  skos:notation "G.03.03" ;
  skos:broader <http://zbw.eu/stw/thsys/70076> .

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

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

<http://zbw.eu/stw/descriptor/30095-1>
  rdfs:label "Sahel"@en, "Sahel"@de, "Sahelländer"@de, "Sahelian countries"@en, "Sahelzone"@de ;
  a zbwext:Descriptor, skos:Concept ;
  skos:prefLabel "Sahel"@de, "Sahel"@en ;
  skos:broader <http://zbw.eu/stw/thsys/70076> .

<http://zbw.eu/stw/thsys/70560>
  skos:prefLabel "G.03.04  West Africa"@en, "G.03.04  Westafrika"@de ;
  rdfs:label "G.03.04  West Africa"@en, "Westafrika"@de, "G.03.04  Westafrika"@de, "West Africa"@en ;
  skos:notation "G.03.04" ;
  a skos:Concept, zbwext:Thsys ;
  skos:broader <http://zbw.eu/stw/thsys/70076> .

