schemaCreativeWorkStatus constant

IriTerm const schemaCreativeWorkStatus

creativeWorkStatus from schema vocabulary [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 schemaCreativeWorkStatus = IriTerm.prevalidated(
  'https://schema.org/creativeWorkStatus',
);