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

<https://pm20.zbw.eu/category/geo/i/231120>
  skos:prefLabel "South African Union"@en, "Südafrikanische Union"@de ;
  dc:identifier "231120" ;
  zbwext:notationLong "C 093b" ;
  owl:sameAs <http://purl.org/pressemappe20/category/geo/i/231120>, <https://pm20.zbw.eu/category/geo/s/C93b> ;
  schema:subjectOf <https://pm20.zbw.eu/category/geo/i/231120/about> ;
  rdfs:label "Südafrikanische Union"@de, "South African Union"@en ;
  skos:inScheme <https://pm20.zbw.eu/category/geo> ;
  skos:topConceptOf <https://pm20.zbw.eu/category/geo> ;
  a skos:Concept ;
  skos:notation "C93b" .

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 ;
  skos:hasTopConcept <https://pm20.zbw.eu/category/geo/i/231120> .

