@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 dc: <http://purl.org/dc/terms/> .
@prefix gnd: <https://d-nb.info/gnd/> .
@prefix schema: <http://schema.org/> .
@prefix gndo: <https://d-nb.info/standards/elementset/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/141716>
  zbwext:notationLong "G 002l" ;
  owl:sameAs <http://purl.org/pressemappe20/category/geo/i/141716>, <https://pm20.zbw.eu/category/geo/s/G2l> ;
  dc:identifier "141716" ;
  skos:exactMatch gnd:4107930-9 ;
  rdfs:label "Weisses Meer"@de, "White Sea"@en ;
  schema:subjectOf <https://pm20.zbw.eu/category/geo/i/141716/about> ;
  skos:prefLabel "Weisses Meer"@de, "White Sea"@en ;
  skos:notation "G2l" ;
  skos:inScheme <https://pm20.zbw.eu/category/geo> ;
  gndo:gndIdentifier "4107930-9" ;
  a skos:Concept ;
  skos:broader <https://pm20.zbw.eu/category/geo/i/141704> ;
  skos:scopeNote "Randmeer des Arktischen Ozeans in Russland"@de .

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

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