schemaDirector constant

IriTerm const schemaDirector

director from schema vocabulary [Expects: https://schema.org/Person]

A director of e.g. TV, radio, movie, video gaming etc. content, or of an event. Directors can be associated with individual items or with a series, episode, clip.

Can be used on: https://schema.org/Clip, https://schema.org/CreativeWorkSeason, https://schema.org/Episode, https://schema.org/Event, https://schema.org/Movie, https://schema.org/MovieSeries, https://schema.org/RadioSeries, https://schema.org/TVSeries, https://schema.org/VideoGame, https://schema.org/VideoGameSeries, https://schema.org/VideoObject

Implementation

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