@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 schema: <http://schema.org/> .
@prefix dc: <http://purl.org/dc/terms/> .

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/141278>
  skos:exactMatch gnd:4032466-7, gnd:4075468-6 ;
  skos:prefLabel "North Korea"@en, "Nordkorea"@de ;
  gndo:gndIdentifier "4032466-7", "4075468-6" ;
  skos:inScheme <https://pm20.zbw.eu/category/geo> ;
  skos:broader <https://pm20.zbw.eu/category/geo/i/141056> ;
  rdfs:label "North Korea"@en, "Nordkorea"@de ;
  owl:sameAs <http://purl.org/pressemappe20/category/geo/i/141278>, <https://pm20.zbw.eu/category/geo/s/B115a> ;
  schema:subjectOf <https://pm20.zbw.eu/category/geo/i/141278/about> ;
  zbwext:notationLong "B 115a" ;
  dc:identifier "141278" ;
  a skos:Concept ;
  skos:notation "B115a" .

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

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