@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:72168
  skos:broader <http://zbw.eu/beta/pm20voc/sk/i/181500> ;
  skos:scopeNote "(einschl.: z.B. asymmetrische Information, Informationseffizienz, Suchtheorie) (ausschl.: Betriebswirtschaftliche Informationsökonomik BENUTZE: !665629079! BIZ-01030  Betriebliche Information und Kommunikation) (ausschl.: Informationswirtschaft BENUTZE: !665632029! SEC-30000  Informationswirtschaft)"@de ;
  skos:notation "ECS-02040" ;
  rdfs:label "Informationsökonomik"@de, "Economics of Information"@en ;
  a skos:Concept ;
  skos:prefLabel "Economics of Information"@en, "Informationsökonomik"@de ;
  zbwext:notationLong "ECS-02040" ;
  skos:inScheme <http://zbw.eu/beta/pm20voc/sk> ;
  dc:identifier "72168" .

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

