@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 wd: <http://www.wikidata.org/entity/> .
@prefix gnd: <https://d-nb.info/gnd/> .
@prefix schema: <http://schema.org/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix gndo: <https://d-nb.info/standards/elementset/gnd#> .

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/230621>
  skos:notation "n20 III" ;
  rdfs:label "Retail trade"@en, "Einzelhandel"@de ;
  skos:prefLabel "Retail trade"@en, "Einzelhandel"@de ;
  a skos:Concept ;
  skos:narrower <https://pm20.zbw.eu/category/subject/i/182106> .

<https://pm20.zbw.eu/category/subject/i/182106>
  a skos:Concept ;
  zbwext:notationLong "n 20 III a" ;
  skos:exactMatch wd:Q104710948, gnd:4127747-8 ;
  skos:broader <https://pm20.zbw.eu/category/subject/i/230621> ;
  schema:subjectOf <https://pm20.zbw.eu/category/subject/i/182106/about> ;
  skos:prefLabel "Retail trade, general"@en, "Einzelhandel, Allgemein"@de ;
  skos:inScheme <https://pm20.zbw.eu/category/subject> ;
  skos:notation "n20 III a" ;
  rdfs:label "Einzelhandel, Allgemein"@de, "Retail trade, general"@en ;
  owl:sameAs <https://pm20.zbw.eu/category/subject/s/n20_III_a>, <http://purl.org/pressemappe20/category/subject/i/182106> ;
  zbwext:folderCount 1 ;
  dc:identifier "182106" ;
  gndo:gndIdentifier "4127747-8" ;
  skos:note "folderCount: 1" .

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