@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 schema: <http://schema.org/> .
@prefix gnd: <https://d-nb.info/gnd/> .
@prefix gndo: <https://d-nb.info/standards/elementset/gnd#> .
@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/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/141279> .

<https://pm20.zbw.eu/category/geo/i/141279>
  skos:prefLabel "Südkorea"@de, "South Korea"@en ;
  a skos:Concept ;
  skos:notation "B115b" ;
  owl:sameAs <https://pm20.zbw.eu/category/geo/s/B115b>, <http://purl.org/pressemappe20/category/geo/i/141279> ;
  skos:inScheme <https://pm20.zbw.eu/category/geo> ;
  rdfs:label "South Korea"@en, "Südkorea"@de ;
  schema:subjectOf <https://pm20.zbw.eu/category/geo/i/141279/about> ;
  skos:exactMatch gnd:4078029-6, gnd:4032466-7 ;
  skos:broader <https://pm20.zbw.eu/category/geo/i/141056> ;
  zbwext:notationLong "B 115b" ;
  gndo:gndIdentifier "4078029-6", "4032466-7" ;
  dc:identifier "141279" .

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