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

<http://zbw.eu/beta/pm20voc/pr> a skos:ConceptScheme .
zbwext:notationLong
  rdfs:subPropertyOf skos:notation ;
  skos:definition """EXPERIMENTAL: Notation with
    blanks and leading zeros for sortability."""@en ;
  rdfs:label "NotationLong"@en .

pm20pr:72899
  zbwext:notationLong "ID12" ;
  skos:narrower <http://zbw.eu/beta/pm20voc/pr/i/72896>, <http://zbw.eu/beta/pm20voc/pr/i/72898>, <http://zbw.eu/beta/pm20voc/pr/i/72897> ;
  skos:scopeNote "(einschl.: Mikromechanik, feinmechanisches Produkt, optisches Produkt, Lupe, Mikroskop)"@de ;
  skos:notation "ID12" ;
  skos:broader <http://zbw.eu/beta/pm20voc/pr/i/126593> ;
  rdfs:label "Precision Engineering and Optical Industry"@en, "Feinmechanische und Optische Industrie"@de ;
  skos:prefLabel "Feinmechanische und Optische Industrie"@de, "Precision Engineering and Optical Industry"@en ;
  a skos:Concept ;
  dc:identifier "72899" ;
  skos:inScheme <http://zbw.eu/beta/pm20voc/pr> .

