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

<https://pm20.zbw.eu/category/geo/i/126128>
  skos:notation "A10" ;
  rdfs:label "Germany"@en, "Deutschland"@de ;
  skos:prefLabel "Germany"@en, "Deutschland"@de ;
  a skos:Concept ;
  skos:narrower <https://pm20.zbw.eu/category/geo/i/140926> .

<https://pm20.zbw.eu/category/geo/i/140926>
  schema:subjectOf <https://pm20.zbw.eu/category/geo/i/140926/about> ;
  rdfs:label "Waldeck"@en, "Waldeck (bis 1929)"@de ;
  skos:inScheme <https://pm20.zbw.eu/category/geo> ;
  skos:exactMatch gnd:4064376-1 ;
  skos:prefLabel "Waldeck"@en, "Waldeck (bis 1929)"@de ;
  dc:identifier "140926" ;
  gndo:gndIdentifier "4064376-1" ;
  skos:broader <https://pm20.zbw.eu/category/geo/i/126128> ;
  zbwext:notationLong "A 010 (16)" ;
  owl:sameAs <https://pm20.zbw.eu/category/geo/s/A10(16)>, <http://purl.org/pressemappe20/category/geo/i/140926> ;
  skos:notation "A10(16)" ;
  a skos:Concept ;
  skos:scopeNote "Freistaat Waldeck in Hessen, bis 1.5.1929, danach in den Freistaat Preußen eingegliedert als Teil der Provinz Hessen-Nassau"@de .

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> a skos:ConceptScheme .
