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

<https://pm20.zbw.eu/category/geo/i/141718>
  schema:subjectOf <https://pm20.zbw.eu/category/geo/i/141718/about> ;
  dc:identifier "141718" ;
  skos:prefLabel "Bay of Bengal"@en, "Golf von Bengalen"@de ;
  skos:exactMatch gnd:4080350-8 ;
  a skos:Concept ;
  gndo:gndIdentifier "4080350-8" ;
  skos:notation "G3a" ;
  rdfs:label "Golf von Bengalen"@de, "Bay of Bengal"@en ;
  skos:broader <https://pm20.zbw.eu/category/geo/i/141704> ;
  owl:sameAs <https://pm20.zbw.eu/category/geo/s/G3a>, <http://purl.org/pressemappe20/category/geo/i/141718> ;
  skos:inScheme <https://pm20.zbw.eu/category/geo> ;
  zbwext:notationLong "G 003a" .

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

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