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

<https://pm20.zbw.eu/category/ware> a skos:ConceptScheme .
<https://pm20.zbw.eu/category/ware/i/143573>
  skos:notation "PID12-Au02" ;
  rdfs:label "Microscope"@en, "Mikroskop"@de ;
  skos:prefLabel "Microscope"@en, "Mikroskop"@de ;
  a skos:Concept ;
  skos:broader <https://pm20.zbw.eu/category/ware/i/143632> .

<https://pm20.zbw.eu/category/ware/i/143632>
  skos:narrower <https://pm20.zbw.eu/category/ware/i/142157>, <https://pm20.zbw.eu/category/ware/i/143573> ;
  schema:subjectOf <https://pm20.zbw.eu/category/ware/i/143632/about> ;
  skos:prefLabel "Optical apparatus"@en, "Optischer Apparat"@de ;
  rdfs:label "Optical apparatus"@en, "Optischer Apparat"@de ;
  a skos:Concept ;
  owl:sameAs <http://purl.org/pressemappe20/category/ware/i/143632> ;
  skos:notation "PID12-Au" ;
  zbwext:notationLong "PID12-Au" ;
  skos:broader <https://pm20.zbw.eu/category/ware/i/148577> ;
  skos:exactMatch wd:Q125154351 ;
  skos:inScheme <https://pm20.zbw.eu/category/ware> ;
  dc:identifier "143632" .

<https://pm20.zbw.eu/category/ware/i/148577>
  skos:notation "PID12" ;
  rdfs:label "Precision Instrument, optical product"@en, "Feinmechanisches Instrument, Optisches Erzeugnis"@de ;
  skos:prefLabel "Precision Instrument, optical product"@en, "Feinmechanisches Instrument, Optisches Erzeugnis"@de ;
  a skos:Concept ;
  skos:narrower <https://pm20.zbw.eu/category/ware/i/143632> .

<https://pm20.zbw.eu/category/ware/i/142157>
  skos:notation "PID12-Au01" ;
  rdfs:label "Glasses"@en, "Brille"@de ;
  skos:prefLabel "Glasses"@en, "Brille"@de ;
  a skos:Concept ;
  skos:broader <https://pm20.zbw.eu/category/ware/i/143632> .

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

