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

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

pm20pr:72335
  a skos:Concept ;
  skos:narrower <http://zbw.eu/beta/pm20voc/pr/i/72333>, <http://zbw.eu/beta/pm20voc/pr/i/72331>, <http://zbw.eu/beta/pm20voc/pr/i/72332> ;
  skos:prefLabel "Außenhandel"@de, "Foreign Trade"@en ;
  dc:identifier "72335" ;
  skos:inScheme <http://zbw.eu/beta/pm20voc/pr> ;
  zbwext:notationLong "AW02" ;
  rdfs:label "Außenhandel"@de, "Foreign Trade"@en ;
  skos:scopeNote "E-Commerce im Außenhandel (einschl.: Außenhandelspolitik, Internationales Handelsabkommen, Außenhandelskammer; E-Commerce im Außenhandel)"@de ;
  skos:notation "AW02" ;
  skos:broader <http://zbw.eu/beta/pm20voc/pr/i/124350> .

