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

<https://pm20.zbw.eu/category/geo> a skos:ConceptScheme .
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/187230>
  skos:notation "A10(t1)" ;
  rdfs:label "Allied occupied Germany"@en, "Deutschland (unter alliierter Besetzung)"@de ;
  skos:prefLabel "Allied occupied Germany"@en, "Deutschland (unter alliierter Besetzung)"@de ;
  a skos:Concept ;
  skos:narrower <https://pm20.zbw.eu/category/geo/i/187229> .

<https://pm20.zbw.eu/category/geo/i/187229>
  owl:sameAs <http://purl.org/pressemappe20/category/geo/i/187229>, <https://pm20.zbw.eu/category/geo/s/A10d(2)> ;
  skos:prefLabel "Saar Protectorate"@en, "Saargebiet (1945-1956)"@de ;
  skos:broader <https://pm20.zbw.eu/category/geo/i/187230> ;
  skos:exactMatch gnd:4076919-7 ;
  dc:identifier "187229" ;
  gndo:gndIdentifier "4076919-7" ;
  a skos:Concept ;
  zbwext:notationLong "A 010d(2)" ;
  rdfs:label "Saargebiet (1945-1956)"@de, "Saar Protectorate"@en ;
  skos:inScheme <https://pm20.zbw.eu/category/geo> ;
  skos:notation "A10d(2)" ;
  schema:subjectOf <https://pm20.zbw.eu/category/geo/i/187229/about> .

