schemaPotentialAction constant

IriTerm const schemaPotentialAction

potentialAction from schema vocabulary [Expects: https://schema.org/Action]

Indicates a potential Action, which describes an idealized action in which this thing would play an 'object' role.

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

Implementation

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