@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/i/145436>
  rdfs:label "Special purpose savings bank, general"@en, "Zwecksparkasse, Allgemein"@de ;
  skos:inScheme <https://pm20.zbw.eu/category/subject> ;
  dc:identifier "145436" ;
  skos:notation "n24 Sm502.I (A10)" ;
  owl:sameAs <https://pm20.zbw.eu/category/subject/s/n24_Sm502.I_(A10)>, <http://purl.org/pressemappe20/category/subject/i/145436> ;
  skos:broader <https://pm20.zbw.eu/category/subject/i/161701> ;
  zbwext:notationLong "n 24 SM 502.01 (A 010)" ;
  a skos:Concept ;
  skos:prefLabel "Zwecksparkasse, Allgemein"@de, "Special purpose savings bank, general"@en ;
  schema:subjectOf <https://pm20.zbw.eu/category/subject/i/145436/about> .

<https://pm20.zbw.eu/category/subject> a skos:ConceptScheme .
<https://pm20.zbw.eu/category/subject/i/161701>
  skos:notation "n24 Sm502 (A10)" ;
  rdfs:label "Purpose savings bank"@en, "Zwecksparkasse"@de ;
  skos:prefLabel "Purpose savings bank"@en, "Zwecksparkasse"@de ;
  a skos:Concept ;
  skos:narrower <https://pm20.zbw.eu/category/subject/i/145436> .

