@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 owl: <http://www.w3.org/2002/07/owl#> .
@prefix schema: <http://schema.org/> .

<https://pm20.zbw.eu/category/ware/i/142275>
  skos:notation "PID07.03" ;
  rdfs:label "Metal hardware"@en, "Eisenwaren, Stahlwaren"@de ;
  skos:prefLabel "Metal hardware"@en, "Eisenwaren, Stahlwaren"@de ;
  a skos:Concept ;
  skos:narrower <https://pm20.zbw.eu/category/ware/i/161314> .

<https://pm20.zbw.eu/category/ware/i/143563>
  skos:notation "PID07.03-Sd01" ;
  rdfs:label "Knife, scissors"@en, "Messer, Schere"@de ;
  skos:prefLabel "Knife, scissors"@en, "Messer, Schere"@de ;
  a skos:Concept ;
  skos:broader <https://pm20.zbw.eu/category/ware/i/161314> .

<https://pm20.zbw.eu/category/ware> a skos:ConceptScheme .
<https://pm20.zbw.eu/category/ware/i/143767>
  skos:notation "PID07.03-Sd02" ;
  rdfs:label "Razor, razor blade"@en, "Rasierapparat, Rasierklinge"@de ;
  skos:prefLabel "Razor, razor blade"@en, "Rasierapparat, Rasierklinge"@de ;
  a skos:Concept ;
  skos:broader <https://pm20.zbw.eu/category/ware/i/161314> .

<https://pm20.zbw.eu/category/ware/i/143879>
  skos:notation "PID07.03-Sd03" ;
  rdfs:label "Scythe"@en, "Sense"@de ;
  skos:prefLabel "Scythe"@en, "Sense"@de ;
  a skos:Concept ;
  skos:broader <https://pm20.zbw.eu/category/ware/i/161314> .

<https://pm20.zbw.eu/category/ware/i/161314>
  zbwext:notationLong "25.71.0-03" ;
  skos:broader <https://pm20.zbw.eu/category/ware/i/142275> ;
  skos:narrower <https://pm20.zbw.eu/category/ware/i/143767>, <https://pm20.zbw.eu/category/ware/i/143879>, <https://pm20.zbw.eu/category/ware/i/143563> ;
  skos:prefLabel "Cutlery"@en, "Schneidware"@de ;
  skos:inScheme <https://pm20.zbw.eu/category/ware> ;
  dc:identifier "161314" ;
  skos:notation "PID07.03-Sd" ;
  a skos:Concept ;
  owl:sameAs <http://purl.org/pressemappe20/category/ware/i/161314> ;
  schema:subjectOf <https://pm20.zbw.eu/category/ware/i/161314/about> ;
  rdfs:label "Schneidware"@de, "Cutlery"@en .

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

