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

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

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/141368>
  skos:exactMatch gnd:4071423-8, gnd:4054529-5 ;
  skos:prefLabel "Senegal (- 1959)"@de, "Senegal"@en ;
  gndo:gndIdentifier "4071423-8", "4054529-5" ;
  skos:notation "C33(alt)" ;
  dc:identifier "141368" ;
  zbwext:notationLong "C 033 (alt)" ;
  owl:sameAs <http://purl.org/pressemappe20/category/geo/i/141368>, <https://pm20.zbw.eu/category/geo/s/C33(alt)> ;
  skos:broader <https://pm20.zbw.eu/category/geo/i/141309> ;
  a skos:Concept ;
  rdfs:label "Senegal"@en, "Senegal (- 1959)"@de ;
  skos:inScheme <https://pm20.zbw.eu/category/geo> ;
  schema:subjectOf <https://pm20.zbw.eu/category/geo/i/141368/about> .

<https://pm20.zbw.eu/category/geo> a skos:ConceptScheme .
