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

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/subject/i/231440>
  skos:inScheme <https://pm20.zbw.eu/category/subject> ;
  rdfs:label "Planning for the international post-war economy"@en, "Planung für die internationale Nachkriegswirtschaft"@de ;
  skos:notation "n1 Sm501 (H)" ;
  dc:identifier "231440" ;
  skos:prefLabel "Planning for the international post-war economy"@en, "Planung für die internationale Nachkriegswirtschaft"@de ;
  schema:subjectOf <https://pm20.zbw.eu/category/subject/i/231440/about> ;
  owl:sameAs <http://purl.org/pressemappe20/category/subject/i/231440>, <https://pm20.zbw.eu/category/subject/s/n1_Sm501_(H)> ;
  skos:topConceptOf <https://pm20.zbw.eu/category/subject> ;
  zbwext:notationLong "n 01 SM 501 (H)" ;
  a skos:Concept .

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

