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

<https://pm20.zbw.eu/category/geo/i/141711>
  skos:inScheme <https://pm20.zbw.eu/category/geo> ;
  skos:prefLabel "Ägäisches Meer"@de, "Aegean Sea"@en ;
  rdfs:label "Ägäisches Meer"@de, "Aegean Sea"@en ;
  skos:notation "G2f" ;
  a skos:Concept ;
  owl:sameAs <https://pm20.zbw.eu/category/geo/s/G2f>, <http://purl.org/pressemappe20/category/geo/i/141711> ;
  skos:exactMatch gnd:4068425-8 ;
  skos:broader <https://pm20.zbw.eu/category/geo/i/141704> ;
  zbwext:notationLong "G 002f" ;
  dc:identifier "141711" ;
  gndo:gndIdentifier "4068425-8" ;
  schema:subjectOf <https://pm20.zbw.eu/category/geo/i/141711/about> .

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

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