@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 schema: <http://schema.org/> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix zbwext: <http://zbw.eu/namespaces/zbw-extensions/> .

<https://pm20.zbw.eu/category/geo/i/231090>
  skos:inScheme <https://pm20.zbw.eu/category/geo> ;
  rdfs:label "Welt [Handel und Industrie, Allgemeines]"@de, "World [Trade and industry, general]"@en ;
  owl:sameAs <http://purl.org/pressemappe20/category/geo/i/231090>, <https://pm20.zbw.eu/category/geo/s/H_V> ;
  skos:topConceptOf <https://pm20.zbw.eu/category/geo> ;
  a skos:Concept ;
  schema:subjectOf <https://pm20.zbw.eu/category/geo/i/231090/about> ;
  skos:prefLabel "World [Trade and industry, general]"@en, "Welt [Handel und Industrie, Allgemeines]"@de ;
  dc:identifier "231090" ;
  skos:notation "H_V" ;
  zbwext:notationLong "H_V" .

zbwext:notationLong
  rdfs:subPropertyOf skos:notation ;
  skos:definition """EXPERIMENTAL: Notation with
    blanks and leading zeros for sortability."""@en ;
  rdfs:label "NotationLong"@en .

<https://pm20.zbw.eu/category/geo>
  a skos:ConceptScheme ;
  skos:hasTopConcept <https://pm20.zbw.eu/category/geo/i/231090> .

