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

<https://pm20.zbw.eu/category/subject/i/144835>
  owl:sameAs <https://pm20.zbw.eu/category/subject/s/m1_Sm501_(H)>, <http://purl.org/pressemappe20/category/subject/i/144835> ;
  skos:prefLabel "Government bonds from the W.D."@en, "Staatsanleihen aus dem W.D."@de ;
  rdfs:label "Government bonds from the W.D."@en, "Staatsanleihen aus dem W.D."@de ;
  skos:inScheme <https://pm20.zbw.eu/category/subject> ;
  a skos:Concept ;
  zbwext:notationLong "m 01 SM 501 (H)" ;
  skos:notation "m1 Sm501 (H)" ;
  skos:broader <https://pm20.zbw.eu/category/subject/i/144810> ;
  dc:identifier "144835" ;
  schema:subjectOf <https://pm20.zbw.eu/category/subject/i/144835/about> .

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/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/144835> .

