@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 ;
  skos:hasTopConcept <https://pm20.zbw.eu/category/subject/i/231114> .

<https://pm20.zbw.eu/category/subject/i/231114>
  skos:prefLabel "Reparationsfragen nach dem Zweiten Weltkrieg"@de, "Reparatations after the Second World War"@en ;
  skos:topConceptOf <https://pm20.zbw.eu/category/subject> ;
  skos:notation "q Sm505 (A10(1))" ;
  owl:sameAs <http://purl.org/pressemappe20/category/subject/i/231114>, <https://pm20.zbw.eu/category/subject/s/q_Sm505_(A10(1))> ;
  a skos:Concept ;
  rdfs:label "Reparatations after the Second World War"@en, "Reparationsfragen nach dem Zweiten Weltkrieg"@de ;
  dc:identifier "231114" ;
  schema:subjectOf <https://pm20.zbw.eu/category/subject/i/231114/about> ;
  skos:inScheme <https://pm20.zbw.eu/category/subject> ;
  zbwext:notationLong "q SM 505 (A 10 (1))" .

