@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 dc: <http://purl.org/dc/terms/> .
@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/144840>
  skos:prefLabel "Occupation costs"@en, "Besatzungskosten"@de ;
  skos:broader <https://pm20.zbw.eu/category/subject/i/144810> ;
  rdfs:label "Besatzungskosten"@de, "Occupation costs"@en ;
  owl:sameAs <http://purl.org/pressemappe20/category/subject/i/144840>, <https://pm20.zbw.eu/category/subject/s/m1_Sm504_(A10)> ;
  skos:notation "m1 Sm504 (A10)" ;
  a skos:Concept ;
  dc:identifier "144840" ;
  schema:subjectOf <https://pm20.zbw.eu/category/subject/i/144840/about> ;
  zbwext:notationLong "m 01 SM 504 (A 010)" ;
  skos:inScheme <https://pm20.zbw.eu/category/subject> .

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

