@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:72129
  skos:broader <http://zbw.eu/beta/pm20voc/sk/i/181521> ;
  skos:scopeNote "(einschl.: z.B. Raumwirtschaftstheorie, regionale Struktur, regionale Verteilung und Disparitäten, regionale Wirtschaft, Regionalökonomik)"@de ;
  zbwext:notationLong "ECS-11001" ;
  rdfs:label "Regional Economics and Infrastructure, General"@en, "Regionalwirtschaft und Infrastruktur, Allgemeines"@de ;
  skos:prefLabel "Regional Economics and Infrastructure, General"@en, "Regionalwirtschaft und Infrastruktur, Allgemeines"@de ;
  dc:identifier "72129" ;
  skos:notation "ECS-11001" ;
  a skos:Concept ;
  skos:inScheme <http://zbw.eu/beta/pm20voc/sk> .

