@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 owl: <http://www.w3.org/2002/07/owl#> .
@prefix gndo: <https://d-nb.info/standards/elementset/gnd#> .
@prefix gnd: <https://d-nb.info/gnd/> .
@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/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/141074> .

<https://pm20.zbw.eu/category/geo/i/141074>
  owl:sameAs <https://pm20.zbw.eu/category/geo/s/B17a>, <http://purl.org/pressemappe20/category/geo/i/141074> ;
  gndo:gndIdentifier "4060656-9", "4068887-2" ;
  skos:prefLabel "Aserbaidschan"@de, "Azerbaijan"@en ;
  skos:broader <https://pm20.zbw.eu/category/geo/i/141056> ;
  skos:exactMatch gnd:4060656-9, gnd:4068887-2 ;
  zbwext:notationLong "B 017a" ;
  skos:inScheme <https://pm20.zbw.eu/category/geo> ;
  dc:identifier "141074" ;
  schema:subjectOf <https://pm20.zbw.eu/category/geo/i/141074/about> ;
  a skos:Concept ;
  rdfs:label "Aserbaidschan"@de, "Azerbaijan"@en ;
  skos:scopeNote "bis 30.06.1931, dann Sowjetunion (Asiatischer Teil) B 010"@de ;
  skos:notation "B17a" .

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