@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 schema: <http://schema.org/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@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> a skos:ConceptScheme .
<https://pm20.zbw.eu/category/ware/i/143619>
  rdfs:label "Normenausschuss der deutschen Industrie"@de, "Standards committee of the German industry (DIN, RAL)"@en ;
  skos:prefLabel "Normenausschuss der deutschen Industrie"@de, "Standards committee of the German industry (DIN, RAL)"@en ;
  skos:exactMatch wd:Q122705712 ;
  zbwext:notationLong "71.20.0-03" ;
  schema:subjectOf <https://pm20.zbw.eu/category/ware/i/143619/about> ;
  skos:inScheme <https://pm20.zbw.eu/category/ware> ;
  owl:sameAs <http://purl.org/pressemappe20/category/ware/i/143619> ;
  dc:identifier "143619" ;
  skos:notation "P00-02" ;
  skos:broader <https://pm20.zbw.eu/category/ware/i/148837> ;
  a skos:Concept .

<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/143619> .

