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

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/145719>
  schema:subjectOf <https://pm20.zbw.eu/category/subject/i/145719/about> ;
  rdfs:label "Northcliffe Presse"@de, "Northcliffe Press"@en ;
  a skos:Concept ;
  dc:identifier "145719" ;
  skos:notation "n36 Sm501 (A22)" ;
  skos:prefLabel "Northcliffe Presse"@de, "Northcliffe Press"@en ;
  skos:inScheme <https://pm20.zbw.eu/category/subject> ;
  skos:broader <https://pm20.zbw.eu/category/subject/i/145707> ;
  owl:sameAs <http://purl.org/pressemappe20/category/subject/i/145719>, <https://pm20.zbw.eu/category/subject/s/n36_Sm501_(A22)> ;
  zbwext:notationLong "n 36 SM 501 (A 022)" .

<https://pm20.zbw.eu/category/subject/i/145707>
  skos:notation "n36" ;
  rdfs:label "Communications and press"@en, "Nachrichtenwesen und Pressewesen"@de ;
  skos:prefLabel "Communications and press"@en, "Nachrichtenwesen und Pressewesen"@de ;
  a skos:Concept ;
  skos:narrower <https://pm20.zbw.eu/category/subject/i/145719> .

<https://pm20.zbw.eu/category/subject> a skos:ConceptScheme .
