@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:72170
  skos:inScheme <http://zbw.eu/beta/pm20voc/sk> ;
  skos:prefLabel "Theory of the Firm"@en, "Theorie der Unternehmung"@de ;
  skos:broader <http://zbw.eu/beta/pm20voc/sk/i/181500> ;
  skos:scopeNote "nur Untersuchungen zur mikroökonomischen Theorie der Unternehmung (ausschl.: Betriebswirtschaftliche Theorie BENUTZE: !665629036! BIZ-00001  Unternehmensführung und Unternehmensorganisation, Allgemeines)"@de ;
  rdfs:label "Theory of the Firm"@en, "Theorie der Unternehmung"@de ;
  zbwext:notationLong "ECS-02020" ;
  dc:identifier "72170" ;
  skos:notation "ECS-02020" ;
  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 .

