creativeWorkStatus constant

IriTerm const creativeWorkStatus

creativeWorkStatus [Expects: https://schema.org/DefinedTerm, https://schema.org/Text]

The status of a creative work in terms of its stage in a lifecycle. Example terms include Incomplete, Draft, Published, Obsolete. Some organizations define a set of terms for the stages of their publication lifecycle.

Can be used on: https://schema.org/CreativeWork

Implementation

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