@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 pm20na: <http://zbw.eu/beta/pm20voc/na/> .
@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 .

pm20na:199260
  a skos:Concept ;
  skos:prefLabel "Manufacture of machinery for food, beverage and tobacco processing"@en, "Herstellung von Maschinen für die Nahrungs- und Genussmittelerzeugung und die Tabakverarbeitung"@de ;
  rdfs:label "Herstellung von Maschinen für die Nahrungs- und Genussmittelerzeugung und die Tabakverarbeitung"@de, "Manufacture of machinery for food, beverage and tobacco processing"@en ;
  skos:inScheme <http://zbw.eu/beta/pm20voc/na> ;
  skos:notation ".28.93" ;
  skos:broader <http://zbw.eu/beta/pm20voc/na/i/199257> ;
  dc:identifier "199260" ;
  zbwext:notationLong ".28.93" .

<http://zbw.eu/beta/pm20voc/na> a skos:ConceptScheme .
