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

<https://pm20.zbw.eu/category/geo> a skos:ConceptScheme .
<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/146361> .

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/146361>
  owl:sameAs <http://purl.org/pressemappe20/category/geo/i/146361>, <https://pm20.zbw.eu/category/geo/s/A10(A40a)> ;
  skos:exactMatch gnd:4043271-3 ;
  skos:prefLabel "Republic of German-Austria"@en, "Deutsch-Österreich"@de ;
  gndo:gndIdentifier "4043271-3" ;
  schema:subjectOf <https://pm20.zbw.eu/category/geo/i/146361/about> ;
  dc:identifier "146361" ;
  skos:notation "A10(A40a)" ;
  a skos:Concept ;
  rdfs:label "Deutsch-Österreich"@de, "Republic of German-Austria"@en ;
  skos:inScheme <https://pm20.zbw.eu/category/geo> ;
  zbwext:notationLong "A 010 (A 40a)" ;
  skos:broader <https://pm20.zbw.eu/category/geo/i/126128> .

