@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix schema: <http://schema.org/> .
@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 zbwext: <http://zbw.eu/namespaces/zbw-extensions/> .

<https://pm20.zbw.eu/category/geo/i/184884>
  rdfs:label "Rheinprovinz"@de, "Rhine Province"@en ;
  dc:identifier "184884" ;
  owl:sameAs <https://pm20.zbw.eu/category/geo/s/A10y>, <http://purl.org/pressemappe20/category/geo/i/184884> ;
  schema:subjectOf <https://pm20.zbw.eu/category/geo/i/184884/about> ;
  skos:inScheme <https://pm20.zbw.eu/category/geo> ;
  skos:exactMatch gnd:4211235-7 ;
  a skos:Concept ;
  skos:prefLabel "Rheinprovinz"@de, "Rhine Province"@en ;
  skos:broader <https://pm20.zbw.eu/category/geo/i/140908> ;
  gndo:gndIdentifier "4211235-7" ;
  zbwext:notationLong "A 010y" ;
  skos:notation "A10y" .

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

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 .
