@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 pm20sk: <http://zbw.eu/beta/pm20voc/sk/> .
@prefix dc: <http://purl.org/dc/terms/> .

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

pm20sk:70620
  zbwext:notationLong "SEC-06060" ;
  dc:identifier "70620" ;
  skos:inScheme <http://zbw.eu/beta/pm20voc/sk> ;
  skos:prefLabel "Chemieindustrie"@de, "Chemical Industry"@en ;
  rdfs:label "Chemical Industry"@en, "Chemieindustrie"@de ;
  skos:notation "SEC-06060" ;
  skos:scopeNote "(einschl.: z.B. anorganische und organische Grundstoffe, Chemiefasern, Kunststoffe, Kunststoffherstellung, pharmazeutische Industrie, Wasch- und Körperpflegemittelindustrie, biotechnische Industrie) (ausschl.: Kunststoffverarbeitung und Kunststoffwaren BENUTZE: !665631375! SEC-06090  Kunststoff- und Gummiindustrie)"@de ;
  a skos:Concept ;
  skos:broader <http://zbw.eu/beta/pm20voc/sk/i/181544> .

