@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 dc: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@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/143621>
  skos:notation "PID13-Ar" ;
  rdfs:label "Essential oil"@en, "Öl, ätherisches"@de ;
  skos:prefLabel "Essential oil"@en, "Öl, ätherisches"@de ;
  a skos:Concept ;
  skos:narrower <https://pm20.zbw.eu/category/ware/i/142329> .

<https://pm20.zbw.eu/category/ware> a skos:ConceptScheme .
<https://pm20.zbw.eu/category/ware/i/142329>
  skos:prefLabel "Spruce oil, pine oil"@en, "Fichtenöl, Kiefernöl"@de ;
  skos:broader <https://pm20.zbw.eu/category/ware/i/143621> ;
  skos:exactMatch wd:Q132732438 ;
  skos:inScheme <https://pm20.zbw.eu/category/ware> ;
  zbwext:notationLong "20.53.0-05" ;
  dc:identifier "142329" ;
  a skos:Concept ;
  rdfs:label "Fichtenöl, Kiefernöl"@de, "Spruce oil, pine oil"@en ;
  skos:notation "PID13-Ar02" ;
  owl:sameAs <http://purl.org/pressemappe20/category/ware/i/142329> ;
  schema:subjectOf <https://pm20.zbw.eu/category/ware/i/142329/about> .

