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

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/141719>
  zbwext:notationLong "G 003b" ;
  skos:prefLabel "Arabisches Meer"@de, "Arabian Sea"@en ;
  rdfs:label "Arabisches Meer"@de, "Arabian Sea"@en ;
  owl:sameAs <http://purl.org/pressemappe20/category/geo/i/141719>, <https://pm20.zbw.eu/category/geo/s/G3b> ;
  a skos:Concept ;
  skos:broader <https://pm20.zbw.eu/category/geo/i/141704> ;
  schema:subjectOf <https://pm20.zbw.eu/category/geo/i/141719/about> ;
  gndo:gndIdentifier "4002533-0" ;
  skos:inScheme <https://pm20.zbw.eu/category/geo> ;
  skos:notation "G3b" ;
  dc:identifier "141719" ;
  skos:exactMatch gnd:4002533-0 .

<https://pm20.zbw.eu/category/geo/i/141704>
  skos:notation "G1" ;
  rdfs:label "Ocean"@en, "Weltmeer"@de ;
  skos:prefLabel "Ocean"@en, "Weltmeer"@de ;
  a skos:Concept ;
  skos:narrower <https://pm20.zbw.eu/category/geo/i/141719> .

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