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

<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/141026>
  zbwext:notationLong "A 040d1" ;
  skos:exactMatch gnd:4060655-7 ;
  skos:prefLabel "Karpaten-Ukraine"@de, "Carpathian Ruthenia"@en ;
  owl:sameAs <https://pm20.zbw.eu/category/geo/s/A40d1>, <http://purl.org/pressemappe20/category/geo/i/141026> ;
  skos:inScheme <https://pm20.zbw.eu/category/geo> ;
  skos:broader <https://pm20.zbw.eu/category/geo/i/126127> ;
  skos:scopeNote "autonomer Staat 1938-39"@de ;
  skos:notation "A40d1" ;
  schema:subjectOf <https://pm20.zbw.eu/category/geo/i/141026/about> ;
  rdfs:label "Carpathian Ruthenia"@en, "Karpaten-Ukraine"@de ;
  gndo:gndIdentifier "4060655-7" ;
  a skos:Concept ;
  dc:identifier "141026" .

<https://pm20.zbw.eu/category/geo/i/126127>
  skos:notation "A40" ;
  rdfs:label "Austria-Hungary"@en, "Österreich-Ungarn"@de ;
  skos:prefLabel "Austria-Hungary"@en, "Österreich-Ungarn"@de ;
  a skos:Concept ;
  skos:narrower <https://pm20.zbw.eu/category/geo/i/141026> .

