@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 schema: <http://schema.org/> .
@prefix gndo: <https://d-nb.info/standards/elementset/gnd#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix wd: <http://www.wikidata.org/entity/> .
@prefix gnd: <https://d-nb.info/gnd/> .
@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/142961>
  skos:notation "PLW06-Hz" ;
  rdfs:label "Wood"@en, "Holz"@de ;
  skos:prefLabel "Wood"@en, "Holz"@de ;
  a skos:Concept ;
  skos:narrower <https://pm20.zbw.eu/category/ware/i/142033> .

<https://pm20.zbw.eu/category/ware/i/142033>
  rdfs:label "Balsa wood"@en, "Balsaholz"@de ;
  skos:note "folderCount: 12" ;
  zbwext:folderCount 12 ;
  skos:broader <https://pm20.zbw.eu/category/ware/i/142961> ;
  schema:subjectOf <https://pm20.zbw.eu/category/ware/i/142033/about> ;
  skos:prefLabel "Balsaholz"@de, "Balsa wood"@en ;
  zbwext:foldersComplete "Y" ;
  skos:inScheme <https://pm20.zbw.eu/category/ware> ;
  skos:notation "PLW06-Hz02" ;
  gndo:gndIdentifier "4143961-2" ;
  owl:sameAs <http://purl.org/pressemappe20/category/ware/i/142033> ;
  skos:exactMatch wd:Q27685004, gnd:4143961-2 ;
  a skos:Concept ;
  dc:identifier "142033" ;
  zbwext:notationLong "02.20.0-02" .

<https://pm20.zbw.eu/category/ware> a skos:ConceptScheme .
