@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/i/231116>
  zbwext:notationLong "d 01 SM 050" ;
  skos:notation "d1 Sm50" ;
  owl:sameAs <https://pm20.zbw.eu/category/subject/s/d1_Sm50>, <http://purl.org/pressemappe20/category/subject/i/231116> ;
  rdfs:label "Bevölkerungsbewegung, Bevölkerungsstatistik, Institutionen"@de, "Population movement, population statistics, Institutions"@en ;
  dc:identifier "231116" ;
  a skos:Concept ;
  schema:subjectOf <https://pm20.zbw.eu/category/subject/i/231116/about> ;
  skos:prefLabel "Bevölkerungsbewegung, Bevölkerungsstatistik, Institutionen"@de, "Population movement, population statistics, Institutions"@en ;
  skos:inScheme <https://pm20.zbw.eu/category/subject> ;
  skos:topConceptOf <https://pm20.zbw.eu/category/subject> .

<https://pm20.zbw.eu/category/subject>
  a skos:ConceptScheme ;
  skos:hasTopConcept <https://pm20.zbw.eu/category/subject/i/231116> .

