@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 schema: <http://schema.org/> .

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/231920>
  a skos:Concept ;
  zbwext:notationLong "E 097_IV" ;
  skos:notation "E97_IV" ;
  owl:sameAs <https://pm20.zbw.eu/category/geo/s/E97_IV>, <http://purl.org/pressemappe20/category/geo/i/231920> ;
  dc:identifier "231920" ;
  schema:subjectOf <https://pm20.zbw.eu/category/geo/i/231920/about> ;
  rdfs:label "Brazil [Statistical data]"@en, "Brasilien [Statistische Daten]"@de ;
  skos:inScheme <https://pm20.zbw.eu/category/geo> ;
  skos:prefLabel "Brasilien [Statistische Daten]"@de, "Brazil [Statistical data]"@en ;
  skos:topConceptOf <https://pm20.zbw.eu/category/geo> .

<https://pm20.zbw.eu/category/geo>
  a skos:ConceptScheme ;
  skos:hasTopConcept <https://pm20.zbw.eu/category/geo/i/231920> .

