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

<https://pm20.zbw.eu/category/ware/i/143857>
  skos:notation "PID18-Sh" ;
  rdfs:label "Footwear"@en, "Schuhware"@de ;
  skos:prefLabel "Footwear"@en, "Schuhware"@de ;
  a skos:Concept ;
  skos:narrower <https://pm20.zbw.eu/category/ware/i/142891> .

<https://pm20.zbw.eu/category/ware/i/142891>
  rdfs:label "Rubber shoe"@en, "Gummischuh"@de ;
  owl:sameAs <http://purl.org/pressemappe20/category/ware/i/142891> ;
  a skos:Concept ;
  schema:subjectOf <https://pm20.zbw.eu/category/ware/i/142891/about> ;
  dc:identifier "142891" ;
  skos:notation "PID18-Sh01" ;
  skos:broader <https://pm20.zbw.eu/category/ware/i/143857> ;
  zbwext:notationLong "PID18-Sh01" ;
  skos:inScheme <https://pm20.zbw.eu/category/ware> ;
  skos:prefLabel "Rubber shoe"@en, "Gummischuh"@de ;
  skos:exactMatch wd:Q125172024 .

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/ware> a skos:ConceptScheme .
