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

<http://zbw.eu/beta/pm20voc/sk> a skos:ConceptScheme .
pm20sk:72099
  zbwext:notationLong "BIZ-01030" ;
  dc:identifier "72099" ;
  skos:prefLabel "Information and Communication in Firms"@en, "Betriebliche Information und Kommunikation"@de ;
  skos:scopeNote "(ausschl.: Allgemeine Informationsökonomik BENUTZE: !665629621! ECS-02040  Informationsökonomik) (einschl.: z.B. Berichtswesen, Informationsbeschaffung, innerbetriebliche Kommunikation) (ausschl.: Wirtschaftsinformatik BENUTZE: !665629478! BIZ-09001  Wirtschaftsinformatik, Allgemeines)"@de ;
  a skos:Concept ;
  skos:broader <http://zbw.eu/beta/pm20voc/sk/i/72102> ;
  rdfs:label "Information and Communication in Firms"@en, "Betriebliche Information und Kommunikation"@de ;
  skos:notation "BIZ-01030" ;
  skos:inScheme <http://zbw.eu/beta/pm20voc/sk> .

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

