@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:72319
  rdfs:label "International tax law"@en, "Internationales Steuerrecht"@de ;
  a skos:Concept ;
  skos:broader <http://zbw.eu/beta/pm20voc/pr/i/72321> ;
  skos:notation "OF05.01.02" ;
  skos:scopeNote "nationale steuerrechtliche Vorschriften für Steuerinländer und Steuerausländer mit Auslandsbeziehungen bzw. Inlandsbeziehungen (einschl.: Internationale Doppelbesteuerung, Außensteuerrecht)"@de ;
  zbwext:notationLong "OF05.01.02" ;
  skos:prefLabel "Internationales Steuerrecht"@de, "International tax law"@en ;
  dc:identifier "72319" ;
  skos:inScheme <http://zbw.eu/beta/pm20voc/pr> .

