@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 ns0: <http://www.geonames.org/ontology#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix schema: <http://schema.org/> .

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/i/142216>
  skos:notation "PID04-Bm" ;
  rdfs:label "Office supplies"@en, "Bürobedarf"@de ;
  skos:prefLabel "Office supplies"@en, "Bürobedarf"@de ;
  a skos:Concept ;
  skos:narrower <https://pm20.zbw.eu/category/ware/i/142485> .

<https://pm20.zbw.eu/category/ware> a skos:ConceptScheme .
<https://pm20.zbw.eu/category/ware/i/142485>
  skos:notation "PID04-Bm02" ;
  skos:broader <https://pm20.zbw.eu/category/ware/i/142216> ;
  skos:exactMatch wd:Q192401 ;
  skos:prefLabel "Fountain pen"@en, "Füllfederhalter"@de ;
  ns0:wikipediaArticle <https://de.wikipedia.org/wiki/F%C3%BCllfederhalter>, <https://en.wikipedia.org/wiki/Fountain_pen> ;
  zbwext:notationLong "32.99.0-09" ;
  skos:inScheme <https://pm20.zbw.eu/category/ware> ;
  rdfs:label "Füllfederhalter"@de, "Fountain pen"@en ;
  a skos:Concept ;
  owl:sameAs <http://purl.org/pressemappe20/category/ware/i/142485> ;
  dc:identifier "142485" ;
  schema:subjectOf <https://pm20.zbw.eu/category/ware/i/142485/about> .

