@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix pm20sk: <http://zbw.eu/beta/pm20voc/sk/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix zbwext: <http://zbw.eu/namespaces/zbw-extensions/> .
@prefix dc: <http://purl.org/dc/terms/> .

<http://zbw.eu/beta/pm20voc/sk> a skos:ConceptScheme .
pm20sk:181534
  skos:narrower <http://zbw.eu/beta/pm20voc/sk/i/73274> ;
  skos:broader <http://zbw.eu/beta/pm20voc/sk/i/181497> ;
  skos:inScheme <http://zbw.eu/beta/pm20voc/sk> ;
  skos:prefLabel "Entscheidungstheorie"@de, "Decision Theory"@en ;
  rdfs:label "Entscheidungstheorie"@de, "Decision Theory"@en ;
  skos:notation "ECS-18" ;
  zbwext:notationLong "ECS-18" ;
  dc:identifier "181534" ;
  a skos:Concept .

zbwext:notationLong
  rdfs:subPropertyOf skos:notation ;
  skos:definition """EXPERIMENTAL: Notation with
    blanks and leading zeros for sortability."""@en ;
  rdfs:label "NotationLong"@en .

