@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/141712>
  owl:sameAs <http://purl.org/pressemappe20/category/geo/i/141712>, <https://pm20.zbw.eu/category/geo/s/G2g> ;
  zbwext:notationLong "G 002g" ;
  skos:broader <https://pm20.zbw.eu/category/geo/i/141704> ;
  skos:inScheme <https://pm20.zbw.eu/category/geo> ;
  skos:prefLabel "Schwarzes Meer"@de, "Black Sea"@en ;
  skos:notation "G2g" ;
  dc:identifier "141712" ;
  rdfs:label "Black Sea"@en, "Schwarzes Meer"@de ;
  skos:exactMatch gnd:4053794-8 ;
  schema:subjectOf <https://pm20.zbw.eu/category/geo/i/141712/about> ;
  a skos:Concept ;
  gndo:gndIdentifier "4053794-8" .

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

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