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

<http://zbw.eu/beta/pm20voc/sk> a skos:ConceptScheme .
pm20sk:70643
  zbwext:notationLong "SEC-99000" ;
  skos:broader <http://zbw.eu/beta/pm20voc/sk/i/181593> ;
  a skos:Concept ;
  skos:notation "SEC-99000" ;
  skos:scopeNote "(einschl.: Sonstige Branchen und Sektoren einschl. sonstige Produkte; Konglomerate)"@de ;
  skos:inScheme <http://zbw.eu/beta/pm20voc/sk> ;
  skos:prefLabel "Sonstige Branchen"@de, "Other Branches"@en ;
  dc:identifier "70643" ;
  rdfs:label "Sonstige Branchen"@de, "Other Branches"@en .

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

