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

<http://zbw.eu/beta/pm20voc/pr> a skos:ConceptScheme .
pm20pr:73008
  rdfs:label "Metal goods industry"@en, "EBM-Industrie"@de ;
  skos:narrower <http://zbw.eu/beta/pm20voc/pr/i/73005>, <http://zbw.eu/beta/pm20voc/pr/i/73007>, <http://zbw.eu/beta/pm20voc/pr/i/73006> ;
  dc:identifier "73008" ;
  skos:inScheme <http://zbw.eu/beta/pm20voc/pr> ;
  skos:broader <http://zbw.eu/beta/pm20voc/pr/i/73031> ;
  skos:scopeNote "(einschl.: EBM-Waren, Jagdwaffe, Handfeuerwaffe)"@de ;
  zbwext:notationLong "ID07.03" ;
  a skos:Concept ;
  skos:prefLabel "EBM-Industrie"@de, "Metal goods industry"@en ;
  skos:notation "ID07.03" .

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

