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

<https://pm20.zbw.eu/category/ware/i/143818>
  skos:notation "PID04-Md01" ;
  rdfs:label "Sanitary item"@en, "Sanitärer Artikel"@de ;
  skos:prefLabel "Sanitary item"@en, "Sanitärer Artikel"@de ;
  a skos:Concept ;
  skos:broader <https://pm20.zbw.eu/category/ware/i/143947> .

<https://pm20.zbw.eu/category/ware> a skos:ConceptScheme .
<https://pm20.zbw.eu/category/ware/i/143947>
  dc:identifier "143947" ;
  skos:narrower <https://pm20.zbw.eu/category/ware/i/144000>, <https://pm20.zbw.eu/category/ware/i/143818> ;
  skos:prefLabel "Technischer Bedarfsartikel (medizinischer und zahnärztlicher Bedarf)"@de, "Medical device, dental device"@en ;
  skos:broader <https://pm20.zbw.eu/category/ware/i/161200> ;
  skos:inScheme <https://pm20.zbw.eu/category/ware> ;
  rdfs:label "Medical device, dental device"@en, "Technischer Bedarfsartikel (medizinischer und zahnärztlicher Bedarf)"@de ;
  zbwext:notationLong "32.50.1-02" ;
  a skos:Concept ;
  schema:subjectOf <https://pm20.zbw.eu/category/ware/i/143947/about> ;
  skos:exactMatch wd:Q125860295 ;
  skos:notation "PID04-Md" ;
  owl:sameAs <http://purl.org/pressemappe20/category/ware/i/143947> .

<https://pm20.zbw.eu/category/ware/i/144000>
  skos:notation "PID04-Md02" ;
  rdfs:label "Bandage, cotton wool"@en, "Verbandstoff, Watte"@de ;
  skos:prefLabel "Bandage, cotton wool"@en, "Verbandstoff, Watte"@de ;
  a skos:Concept ;
  skos:broader <https://pm20.zbw.eu/category/ware/i/143947> .

<https://pm20.zbw.eu/category/ware/i/161200>
  skos:notation "PID04" ;
  rdfs:label "Consumer good"@en, "Konsumgut"@de ;
  skos:prefLabel "Consumer good"@en, "Konsumgut"@de ;
  a skos:Concept ;
  skos:narrower <https://pm20.zbw.eu/category/ware/i/143947> .

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

