@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:181565
  rdfs:label "Finanz- und Kreditwesen"@de, "Financial Services and Banking"@en ;
  dc:identifier "181565" ;
  skos:narrower <http://zbw.eu/beta/pm20voc/sk/i/181566>, <http://zbw.eu/beta/pm20voc/sk/i/70633>, <http://zbw.eu/beta/pm20voc/sk/i/70774> ;
  skos:prefLabel "Financial Services and Banking"@en, "Finanz- und Kreditwesen"@de ;
  zbwext:notationLong "SEC-14" ;
  skos:broader <http://zbw.eu/beta/pm20voc/sk/i/181535> ;
  skos:notation "SEC-14" ;
  a skos:Concept ;
  skos:inScheme <http://zbw.eu/beta/pm20voc/sk> .

