schemaHttpPotentialAction constant

IriTerm const schemaHttpPotentialAction

potentialAction from schema-http vocabulary [Expects: http://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: http://schema.org/Thing

Implementation

static const schemaHttpPotentialAction = IriTerm(
  'http://schema.org/potentialAction',
);