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

<https://pm20.zbw.eu/category/geo/i/140908>
  skos:notation "A10(3)" ;
  rdfs:label "Prussia"@en, "Preußen (bis 1945)"@de ;
  skos:prefLabel "Prussia"@en, "Preußen (bis 1945)"@de ;
  a skos:Concept ;
  skos:narrower <https://pm20.zbw.eu/category/geo/i/184950> .

<https://pm20.zbw.eu/category/geo/i/184950>
  skos:inScheme <https://pm20.zbw.eu/category/geo> ;
  owl:sameAs <http://purl.org/pressemappe20/category/geo/i/184950>, <https://pm20.zbw.eu/category/geo/s/A10f(1)> ;
  skos:prefLabel "Schleswig-Holstein"@en, "Schleswig-Holstein (Provinz, bis 1945)"@de ;
  skos:broader <https://pm20.zbw.eu/category/geo/i/140908> ;
  rdfs:label "Schleswig-Holstein (Provinz, bis 1945)"@de, "Schleswig-Holstein"@en ;
  gndo:gndIdentifier "4052692-6" ;
  dc:identifier "184950" ;
  zbwext:notationLong "A 010f (1)" ;
  skos:exactMatch gnd:4052692-6 ;
  skos:notation "A10f(1)" ;
  schema:subjectOf <https://pm20.zbw.eu/category/geo/i/184950/about> ;
  a skos:Concept .

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 .
