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

<https://pm20.zbw.eu/category/geo/i/231881>
  skos:prefLabel "Türkei [Statistische Daten]"@de, "Turkey [Statistical data]"@en ;
  rdfs:label "Turkey [Statistical data]"@en, "Türkei [Statistische Daten]"@de ;
  zbwext:notationLong "B 021_IV" ;
  schema:subjectOf <https://pm20.zbw.eu/category/geo/i/231881/about> ;
  skos:notation "B21_IV" ;
  dc:identifier "231881" ;
  skos:inScheme <https://pm20.zbw.eu/category/geo> ;
  owl:sameAs <https://pm20.zbw.eu/category/geo/s/B21_IV>, <http://purl.org/pressemappe20/category/geo/i/231881> ;
  a skos:Concept ;
  skos:topConceptOf <https://pm20.zbw.eu/category/geo> .

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

