schemaProductionCompany constant

IriTerm const schemaProductionCompany

productionCompany from schema vocabulary [Expects: https://schema.org/Organization]

The production company or studio responsible for the item, e.g. series, video game, episode etc.

Can be used on: https://schema.org/CreativeWorkSeason, https://schema.org/Episode, https://schema.org/MediaObject, https://schema.org/Movie, https://schema.org/MovieSeries, https://schema.org/RadioSeries, https://schema.org/TVSeries, https://schema.org/VideoGameSeries

Implementation

static const schemaProductionCompany = IriTerm.prevalidated(
  'https://schema.org/productionCompany',
);