@prefix zbwext: <http://zbw.eu/namespaces/zbw-extensions/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix gnd: <https://d-nb.info/gnd/> .
@prefix gndo: <https://d-nb.info/standards/elementset/gnd#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix schema: <http://schema.org/> .

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/i/141070>
  skos:prefLabel "Turkmenistan"@en, "Turkmenistan"@de ;
  skos:exactMatch gnd:4061255-7, gnd:4088511-2 ;
  zbwext:notationLong "B 014" ;
  rdfs:label "Turkmenistan"@de, "Turkmenistan"@en ;
  gndo:gndIdentifier "4088511-2", "4061255-7" ;
  skos:notation "B14" ;
  skos:scopeNote "Buchara, bis 30.06.1931, dann Sowjetunion (Asiatischer Teil) B 10"@de ;
  owl:sameAs <https://pm20.zbw.eu/category/geo/s/B14>, <http://purl.org/pressemappe20/category/geo/i/141070> ;
  a skos:Concept ;
  skos:broader <https://pm20.zbw.eu/category/geo/i/141056> ;
  dc:identifier "141070" ;
  schema:subjectOf <https://pm20.zbw.eu/category/geo/i/141070/about> ;
  skos:inScheme <https://pm20.zbw.eu/category/geo> .

<https://pm20.zbw.eu/category/geo/i/141056>
  skos:notation "B1" ;
  rdfs:label "Asia"@en, "Asien"@de ;
  skos:prefLabel "Asia"@en, "Asien"@de ;
  a skos:Concept ;
  skos:narrower <https://pm20.zbw.eu/category/geo/i/141070> .

<https://pm20.zbw.eu/category/geo> a skos:ConceptScheme .
