@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 dc: <http://purl.org/dc/terms/> .
@prefix zbwext: <http://zbw.eu/namespaces/zbw-extensions/> .

<http://zbw.eu/beta/pm20voc/sk> a skos:ConceptScheme .
pm20sk:73275
  skos:broader <http://zbw.eu/beta/pm20voc/sk/i/181533> ;
  skos:prefLabel "Game Theory and Bargaining Theory"@en, "Spiel- und Verhandlungstheorie"@de ;
  skos:inScheme <http://zbw.eu/beta/pm20voc/sk> ;
  rdfs:label "Spiel- und Verhandlungstheorie"@de, "Game Theory and Bargaining Theory"@en ;
  a skos:Concept ;
  skos:notation "ECS-17000" ;
  skos:scopeNote "(ausschl.: Lohnverhandlungstheorie BENUTZE: !665630220! ECS-13030  Lohn)"@de ;
  dc:identifier "73275" ;
  zbwext:notationLong "ECS-17000" .

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

