@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 owl: <http://www.w3.org/2002/07/owl#> .
@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/subject> a skos:ConceptScheme .
<https://pm20.zbw.eu/category/subject/i/144831>
  rdfs:label "War compensation claims by the Allies against Austria"@en, "Kriegsentschädigungsforderungen der Alliierten an Österreich"@de ;
  dc:identifier "144831" ;
  skos:broader <https://pm20.zbw.eu/category/subject/i/144810> ;
  a skos:Concept ;
  owl:sameAs <http://purl.org/pressemappe20/category/subject/i/144831>, <https://pm20.zbw.eu/category/subject/s/m1_Sm501_(A40b)> ;
  zbwext:notationLong "m 01 SM 501 (A 040b)" ;
  schema:subjectOf <https://pm20.zbw.eu/category/subject/i/144831/about> ;
  skos:inScheme <https://pm20.zbw.eu/category/subject> ;
  skos:prefLabel "War compensation claims by the Allies against Austria"@en, "Kriegsentschädigungsforderungen der Alliierten an Österreich"@de ;
  skos:notation "m1 Sm501 (A40b)" .

<https://pm20.zbw.eu/category/subject/i/144810>
  skos:notation "m1" ;
  rdfs:label "State budget"@en, "Staatshaushalt"@de ;
  skos:prefLabel "State budget"@en, "Staatshaushalt"@de ;
  a skos:Concept ;
  skos:narrower <https://pm20.zbw.eu/category/subject/i/144831> .

