MoveAction constant

IriTerm const MoveAction

IRI for schema:MoveAction

The act of an agent relocating to a place.\n\nRelated actions:\n\n* {TransferAction}: Unlike TransferAction, the subject of the move is a living Person or Organization rather than an inanimate object.

Implementation

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