@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 owl: <http://www.w3.org/2002/07/owl#> .
@prefix schema: <http://schema.org/> .
@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/subject> a skos:ConceptScheme .
<https://pm20.zbw.eu/category/subject/i/144895>
  skos:notation "m5" ;
  rdfs:label "Municipal Finance, general"@en, "Kommunales Finanzwesen, Allgemein"@de ;
  skos:prefLabel "Municipal Finance, general"@en, "Kommunales Finanzwesen, Allgemein"@de ;
  a skos:Concept ;
  skos:narrower <https://pm20.zbw.eu/category/subject/i/144900> .

<https://pm20.zbw.eu/category/subject/i/144900>
  rdfs:label "Staatsaufsicht, Allgemein"@de, "State supervision, general"@en ;
  a skos:Concept ;
  skos:inScheme <https://pm20.zbw.eu/category/subject> ;
  owl:sameAs <https://pm20.zbw.eu/category/subject/s/m5_Sm501_(A10)>, <http://purl.org/pressemappe20/category/subject/i/144900> ;
  skos:notation "m5 Sm501 (A10)" ;
  skos:prefLabel "Staatsaufsicht, Allgemein"@de, "State supervision, general"@en ;
  schema:subjectOf <https://pm20.zbw.eu/category/subject/i/144900/about> ;
  dc:identifier "144900" ;
  zbwext:notationLong "m 05 SM 501 (A 010)" ;
  skos:broader <https://pm20.zbw.eu/category/subject/i/144895> .

