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

<https://pm20.zbw.eu/category/ware/i/143083>
  skos:notation "PID20-Su01" ;
  rdfs:label "Chewing gum"@en, "Kaugummi"@de ;
  skos:prefLabel "Chewing gum"@en, "Kaugummi"@de ;
  a skos:Concept ;
  skos:broader <https://pm20.zbw.eu/category/ware/i/143930> .

<https://pm20.zbw.eu/category/ware/i/148745>
  skos:notation "PID20" ;
  rdfs:label "Human food, fodder, luxury food"@en, "Nahrungsmittel, Futtermittel, Genußmittel"@de ;
  skos:prefLabel "Human food, fodder, luxury food"@en, "Nahrungsmittel, Futtermittel, Genußmittel"@de ;
  a skos:Concept ;
  skos:narrower <https://pm20.zbw.eu/category/ware/i/143930> .

<https://pm20.zbw.eu/category/ware> a skos:ConceptScheme .
<https://pm20.zbw.eu/category/ware/i/143930>
  ns0:wikipediaArticle <https://en.wikipedia.org/wiki/Sweetmeat>, <https://de.wikipedia.org/wiki/S%C3%BC%C3%9Fware> ;
  rdfs:label "Confectionery"@en, "Süßware"@de ;
  skos:narrower <https://pm20.zbw.eu/category/ware/i/143083> ;
  skos:notation "PID20-Su" ;
  schema:subjectOf <https://pm20.zbw.eu/category/ware/i/143930/about> ;
  skos:inScheme <https://pm20.zbw.eu/category/ware> ;
  skos:prefLabel "Confectionery"@en, "Süßware"@de ;
  skos:exactMatch wd:Q3087607 ;
  zbwext:notationLong "10.82.0-01" ;
  skos:broader <https://pm20.zbw.eu/category/ware/i/148745> ;
  owl:sameAs <http://purl.org/pressemappe20/category/ware/i/143930> ;
  dc:identifier "143930" ;
  a skos:Concept .

zbwext:notationLong
  rdfs:subPropertyOf skos:notation ;
  skos:definition """EXPERIMENTAL: Notation with
    blanks and leading zeros for sortability."""@en ;
  rdfs:label "NotationLong"@en .

