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

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/143618>
  skos:notation "P00-01" ;
  owl:sameAs <http://purl.org/pressemappe20/category/ware/i/143618> ;
  skos:prefLabel "Standards Committee for the Graphic Industry (DIN)"@en, "Normenausschuss für das graphische Gewerbe (DIN)"@de ;
  skos:inScheme <https://pm20.zbw.eu/category/ware> ;
  a skos:Concept ;
  zbwext:notationLong "71.20.0-02" ;
  skos:exactMatch wd:Q132205096 ;
  schema:subjectOf <https://pm20.zbw.eu/category/ware/i/143618/about> ;
  skos:broader <https://pm20.zbw.eu/category/ware/i/148837> ;
  rdfs:label "Normenausschuss für das graphische Gewerbe (DIN)"@de, "Standards Committee for the Graphic Industry (DIN)"@en ;
  dc:identifier "143618" .

<https://pm20.zbw.eu/category/ware> a skos:ConceptScheme .
<https://pm20.zbw.eu/category/ware/i/148837>
  skos:notation "P00" ;
  rdfs:label "Commodities"@en, "Produkte"@de ;
  skos:prefLabel "Commodities"@en, "Produkte"@de ;
  a skos:Concept ;
  skos:narrower <https://pm20.zbw.eu/category/ware/i/143618> .

