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

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

<https://pm20.zbw.eu/category/geo/i/141251>
  skos:notation "B91d" ;
  schema:subjectOf <https://pm20.zbw.eu/category/geo/i/141251/about> ;
  skos:exactMatch gnd:4075485-6 ;
  skos:broader <https://pm20.zbw.eu/category/geo/i/141056> ;
  a skos:Concept ;
  owl:sameAs <http://purl.org/pressemappe20/category/geo/i/141251>, <https://pm20.zbw.eu/category/geo/s/B91d> ;
  skos:prefLabel "North Vietnam"@en, "Nordvietnam"@de ;
  rdfs:label "Nordvietnam"@de, "North Vietnam"@en ;
  dc:identifier "141251" ;
  skos:inScheme <https://pm20.zbw.eu/category/geo> ;
  zbwext:notationLong "B 091d" ;
  gndo:gndIdentifier "4075485-6" .

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