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

<http://zbw.eu/stw/thsys/73362>
  skos:narrower <http://zbw.eu/stw/descriptor/16496-0>, <http://zbw.eu/stw/descriptor/19727-6>, <http://zbw.eu/stw/descriptor/18773-4>, <http://zbw.eu/stw/descriptor/11937-0>, <http://zbw.eu/stw/descriptor/18909-5>, <http://zbw.eu/stw/descriptor/19445-2>, <http://zbw.eu/stw/descriptor/16495-2>, <http://zbw.eu/stw/descriptor/16182-2>, <http://zbw.eu/stw/descriptor/29584-3>, <http://zbw.eu/stw/descriptor/18772-6>, <http://zbw.eu/stw/descriptor/29750-5>, <http://zbw.eu/stw/descriptor/29748-6>, <http://zbw.eu/stw/descriptor/18889-6>, <http://zbw.eu/stw/descriptor/29847-4>, <http://zbw.eu/stw/descriptor/29726-2>, <http://zbw.eu/stw/descriptor/19352-2>, <http://zbw.eu/stw/descriptor/18627-1> ;
  skos:prefLabel "N.04.06.02  European integration"@en, "N.04.06.02  Europäische Integration"@de ;
  skos:broader <http://zbw.eu/stw/thsys/73366> ;
  rdfs:label "European integration"@en, "Europäische Integration"@de ;
  skos:inScheme <http://zbw.eu/stw> ;
  a <http://zbw.eu/namespaces/zbw-extensions/Thsys>, skos:Concept ;
  skos:notation "N.04.06.02" .

<http://zbw.eu/stw/descriptor/11937-0>
  skos:prefLabel "EU-Regionalpolitik"@de, "EU regional policy"@en ;
  a <http://zbw.eu/namespaces/zbw-extensions/Descriptor>, skos:Concept ;
  skos:broader <http://zbw.eu/stw/thsys/73362> .

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

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

<http://zbw.eu/stw/descriptor/18772-6>
  skos:prefLabel "EU-Politik"@de, "EU policies"@en ;
  a <http://zbw.eu/namespaces/zbw-extensions/Descriptor>, skos:Concept ;
  skos:broader <http://zbw.eu/stw/thsys/73362> .

<http://zbw.eu/stw/descriptor/19727-6>
  skos:prefLabel "EU-Umweltpolitik"@de, "EU environmental policy"@en ;
  a <http://zbw.eu/namespaces/zbw-extensions/Descriptor>, skos:Concept ;
  skos:broader <http://zbw.eu/stw/thsys/73362> .

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/16495-2>
  skos:prefLabel "Europäische Integration"@de, "European integration"@en ;
  a <http://zbw.eu/namespaces/zbw-extensions/Descriptor>, skos:Concept ;
  skos:broader <http://zbw.eu/stw/thsys/73362> .

<http://zbw.eu/stw/descriptor/18627-1>
  skos:prefLabel "EU-Verkehrspolitik"@de, "EU transport policy"@en ;
  a <http://zbw.eu/namespaces/zbw-extensions/Descriptor>, skos:Concept ;
  skos:broader <http://zbw.eu/stw/thsys/73362> .

<http://zbw.eu/stw/descriptor/29847-4>
  skos:prefLabel "EU-Luftverkehrspolitik"@de, "EU air transport policy"@en ;
  a <http://zbw.eu/namespaces/zbw-extensions/Descriptor>, skos:Concept ;
  skos:broader <http://zbw.eu/stw/thsys/73362> .

<http://zbw.eu/stw/descriptor/29584-3>
  skos:prefLabel "EU-Wasserpolitik"@de, "EU water policy"@en ;
  a <http://zbw.eu/namespaces/zbw-extensions/Descriptor>, skos:Concept ;
  skos:broader <http://zbw.eu/stw/thsys/73362> .

<http://zbw.eu/stw/descriptor/18773-4>
  skos:prefLabel "EU-Forschungspolitik"@de, "EU research policy"@en ;
  a <http://zbw.eu/namespaces/zbw-extensions/Descriptor>, skos:Concept ;
  skos:broader <http://zbw.eu/stw/thsys/73362> .

<http://zbw.eu/stw/thsys/73366>
  skos:notation "N.04.06" ;
  rdfs:label "Internationale Beziehungen und Außenpolitik"@de, "International relations and foreign policy"@en ;
  skos:prefLabel "N.04.06  Internationale Beziehungen und Außenpolitik"@de, "N.04.06  International relations and foreign policy"@en ;
  a <http://zbw.eu/namespaces/zbw-extensions/Thsys>, skos:Concept ;
  skos:narrower <http://zbw.eu/stw/thsys/73362> .

<http://zbw.eu/stw/descriptor/16496-0>
  skos:prefLabel "Policy towards Europe"@en, "Europapolitik"@de ;
  a <http://zbw.eu/namespaces/zbw-extensions/Descriptor>, skos:Concept ;
  skos:broader <http://zbw.eu/stw/thsys/73362> .

<http://zbw.eu/stw/descriptor/18889-6>
  skos:prefLabel "EU-Bildungspolitik"@de, "EU education policy"@en ;
  a <http://zbw.eu/namespaces/zbw-extensions/Descriptor>, skos:Concept ;
  skos:broader <http://zbw.eu/stw/thsys/73362> .

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/namespaces/zbw-extensions/Thsys>
  rdfs:label "Thsys"@en ;
  a owl:Class .

<http://zbw.eu/stw/descriptor/19445-2>
  skos:prefLabel "EU-Strukturfonds"@de, "EU structural funds"@en ;
  a <http://zbw.eu/namespaces/zbw-extensions/Descriptor>, skos:Concept ;
  skos:broader <http://zbw.eu/stw/thsys/73362> .

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/29726-2>
  skos:prefLabel "EU-Außenpolitik"@de, "EU foreign policy"@en ;
  a <http://zbw.eu/namespaces/zbw-extensions/Descriptor>, skos:Concept ;
  skos:broader <http://zbw.eu/stw/thsys/73362> .

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/29750-5>
  skos:prefLabel "EU-Wirtschaftspolitik"@de, "EU economic policy"@en ;
  a <http://zbw.eu/namespaces/zbw-extensions/Descriptor>, skos:Concept ;
  skos:broader <http://zbw.eu/stw/thsys/73362> .

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/16182-2>
  skos:prefLabel "EU-Recht"@de, "Community law"@en ;
  a <http://zbw.eu/namespaces/zbw-extensions/Descriptor>, skos:Concept ;
  skos:broader <http://zbw.eu/stw/thsys/73362> .

<http://zbw.eu/stw/descriptor/29748-6>
  skos:prefLabel "Europäischer Sozialfonds"@de, "European social fund"@en ;
  a <http://zbw.eu/namespaces/zbw-extensions/Descriptor>, skos:Concept ;
  skos:broader <http://zbw.eu/stw/thsys/73362> .

<http://zbw.eu/stw/descriptor/18909-5>
  skos:prefLabel "EU-Sozialpolitik"@de, "EU social policy"@en ;
  a <http://zbw.eu/namespaces/zbw-extensions/Descriptor>, skos:Concept ;
  skos:broader <http://zbw.eu/stw/thsys/73362> .

<http://zbw.eu/stw/descriptor/19352-2>
  skos:prefLabel "EU-Mitgliedschaft"@de, "EU membership"@en ;
  a <http://zbw.eu/namespaces/zbw-extensions/Descriptor>, skos:Concept ;
  skos:broader <http://zbw.eu/stw/thsys/73362> .

