@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 schema: <http://schema.org/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix dc: <http://purl.org/dc/terms/> .

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/231843>
  schema:subjectOf <https://pm20.zbw.eu/category/geo/i/231843/about> ;
  rdfs:label "USA [Handel und Industrie, Allgemeines]"@de, "United States [Trade and industry, general]"@en ;
  owl:sameAs <http://purl.org/pressemappe20/category/geo/i/231843>, <https://pm20.zbw.eu/category/geo/s/E15_V> ;
  skos:prefLabel "United States [Trade and industry, general]"@en, "USA [Handel und Industrie, Allgemeines]"@de ;
  skos:notation "E15_V" ;
  zbwext:notationLong "E 015_V" ;
  a skos:Concept ;
  dc:identifier "231843" ;
  skos:topConceptOf <https://pm20.zbw.eu/category/geo> ;
  skos:inScheme <https://pm20.zbw.eu/category/geo> .

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

