@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix zbwext: <http://zbw.eu/namespaces/zbw-extensions/> .
@prefix schema: <http://schema.org/> .

<https://pm20.zbw.eu/category/ware/i/143116>
  skos:notation "PID13-Pf01" ;
  rdfs:label "Kölnisch Wasser"@de, "Cologne"@en ;
  skos:prefLabel "Kölnisch Wasser"@de, "Cologne"@en ;
  a skos:Concept ;
  skos:broader <https://pm20.zbw.eu/category/ware/i/161312> .

<https://pm20.zbw.eu/category/ware> a skos:ConceptScheme .
<https://pm20.zbw.eu/category/ware/i/161312>
  a skos:Concept ;
  skos:narrower <https://pm20.zbw.eu/category/ware/i/144060>, <https://pm20.zbw.eu/category/ware/i/143116>, <https://pm20.zbw.eu/category/ware/i/143586> ;
  skos:prefLabel "Perfume"@en, "Duftstoff"@de ;
  owl:sameAs <http://purl.org/pressemappe20/category/ware/i/161312> ;
  dc:identifier "161312" ;
  skos:notation "PID13-Pf" ;
  zbwext:notationLong "PID13-Pf" ;
  rdfs:label "Perfume"@en, "Duftstoff"@de ;
  schema:subjectOf <https://pm20.zbw.eu/category/ware/i/161312/about> ;
  skos:inScheme <https://pm20.zbw.eu/category/ware> ;
  skos:broader <https://pm20.zbw.eu/category/ware/i/148617> .

<https://pm20.zbw.eu/category/ware/i/148617>
  skos:notation "PID13" ;
  rdfs:label "Drugs and chemicals"@en, "Drogen und Chemikalien"@de ;
  skos:prefLabel "Drugs and chemicals"@en, "Drogen und Chemikalien"@de ;
  a skos:Concept ;
  skos:narrower <https://pm20.zbw.eu/category/ware/i/161312> .

<https://pm20.zbw.eu/category/ware/i/143586>
  skos:notation "PID13-Pf03" ;
  rdfs:label "Musk"@en, "Moschus"@de ;
  skos:prefLabel "Musk"@en, "Moschus"@de ;
  a skos:Concept ;
  skos:broader <https://pm20.zbw.eu/category/ware/i/161312> .

<https://pm20.zbw.eu/category/ware/i/144060>
  skos:notation "PID13-Pf02" ;
  rdfs:label "Civet"@en, "Zibet"@de ;
  skos:prefLabel "Civet"@en, "Zibet"@de ;
  a skos:Concept ;
  skos:broader <https://pm20.zbw.eu/category/ware/i/161312> .

zbwext:notationLong
  rdfs:subPropertyOf skos:notation ;
  skos:definition """EXPERIMENTAL: Notation with
    blanks and leading zeros for sortability."""@en ;
  rdfs:label "NotationLong"@en .

