@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@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 gndo: <https://d-nb.info/standards/elementset/gnd#> .
@prefix gnd: <https://d-nb.info/gnd/> .
@prefix zbwext: <http://zbw.eu/namespaces/zbw-extensions/> .

<https://pm20.zbw.eu/category/geo/i/141309>
  skos:notation "C1" ;
  rdfs:label "Africa"@en, "Afrika"@de ;
  skos:prefLabel "Africa"@en, "Afrika"@de ;
  a skos:Concept ;
  skos:narrower <https://pm20.zbw.eu/category/geo/i/141364> .

<https://pm20.zbw.eu/category/geo/i/141364>
  skos:broader <https://pm20.zbw.eu/category/geo/i/141309> ;
  a skos:Concept ;
  dc:identifier "141364" ;
  skos:scopeNote "Obervolta bis 16.11.1932, später Burkina Faso (C 034)"@de ;
  owl:sameAs <http://purl.org/pressemappe20/category/geo/i/141364>, <https://pm20.zbw.eu/category/geo/s/C32(alt)> ;
  skos:inScheme <https://pm20.zbw.eu/category/geo> ;
  rdfs:label "Upper Volta"@en, "Haute Volta"@de ;
  schema:subjectOf <https://pm20.zbw.eu/category/geo/i/141364/about> ;
  skos:prefLabel "Upper Volta"@en, "Haute Volta"@de ;
  gndo:gndIdentifier "4088707-8" ;
  skos:exactMatch gnd:4088707-8 ;
  zbwext:notationLong "C 032 (alt)" ;
  skos:notation "C32(alt)" .

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 .
