@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix zbwext: <http://zbw.eu/namespaces/zbw-extensions/> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix schema: <http://schema.org/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

<https://pm20.zbw.eu/category/subject/i/144931>
  skos:notation "n1" ;
  rdfs:label "Economic policy"@en, "Wirtschaftspolitik"@de ;
  skos:prefLabel "Economic policy"@en, "Wirtschaftspolitik"@de ;
  a skos:Concept ;
  skos:narrower <https://pm20.zbw.eu/category/subject/i/144963> .

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/144963>
  zbwext:notationLong "n 01 SM 501 (A 050)" ;
  dc:identifier "144963" ;
  skos:inScheme <https://pm20.zbw.eu/category/subject> ;
  a skos:Concept ;
  schema:subjectOf <https://pm20.zbw.eu/category/subject/i/144963/about> ;
  skos:prefLabel "Restoration of private property"@en, "Wiederherstellung des Privateigentums"@de ;
  skos:broader <https://pm20.zbw.eu/category/subject/i/144931> ;
  rdfs:label "Wiederherstellung des Privateigentums"@de, "Restoration of private property"@en ;
  owl:sameAs <https://pm20.zbw.eu/category/subject/s/n1_Sm501_(A50)>, <http://purl.org/pressemappe20/category/subject/i/144963> ;
  skos:notation "n1 Sm501 (A50)" .

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