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

<https://pm20.zbw.eu/category/geo> a skos:ConceptScheme .
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/141708> .

<https://pm20.zbw.eu/category/geo/i/141708>
  skos:broader <https://pm20.zbw.eu/category/geo/i/141704> ;
  schema:subjectOf <https://pm20.zbw.eu/category/geo/i/141708/about> ;
  skos:prefLabel "Mittelmeer"@de, "Mediterranean Sea"@en ;
  owl:sameAs <https://pm20.zbw.eu/category/geo/s/G2c>, <http://purl.org/pressemappe20/category/geo/i/141708> ;
  dc:identifier "141708" ;
  skos:exactMatch gnd:4074895-9 ;
  zbwext:notationLong "G 002c" ;
  skos:inScheme <https://pm20.zbw.eu/category/geo> ;
  skos:notation "G2c" ;
  gndo:gndIdentifier "4074895-9" ;
  a skos:Concept ;
  rdfs:label "Mediterranean Sea"@en, "Mittelmeer"@de .

