toLocation constant

IriTerm const toLocation

IRI for schemahttp:toLocation [Expects: http://schema.org/Place]

A sub property of location. The final location of the object or the agent after the action.

Can be used on: http://schema.org/ExerciseAction, http://schema.org/InsertAction, http://schema.org/MoveAction, http://schema.org/TransferAction

Implementation

static const toLocation = IriTerm.prevalidated(
  'http://schema.org/toLocation',
);