@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:70645
  rdfs:label "Börsen und Wertpapierhandel"@de, "Stock Markets"@en ;
  zbwext:notationLong "SEC-15000" ;
  skos:notation "SEC-15000" ;
  a skos:Concept ;
  dc:identifier "70645" ;
  skos:prefLabel "Stock Markets"@en, "Börsen und Wertpapierhandel"@de ;
  skos:inScheme <http://zbw.eu/beta/pm20voc/sk> ;
  skos:scopeNote "nur Börse und Wertpapierhandel als Branche ! (einschl.: z.B. Börsenrecht, Insiderhandel) (ausschl.: Volkswirtschaftliche Analysen BENUTZE: !665629796! ECS-05020  Finanzmärkte)"@de ;
  skos:broader <http://zbw.eu/beta/pm20voc/sk/i/181567> .

