ReceiveAction constant

IriTerm const ReceiveAction

IRI for schema:ReceiveAction

The act of physically/electronically taking delivery of an object that has been transferred from an origin to a destination. Reciprocal of SendAction.\n\nRelated actions:\n\n* {SendAction}: The reciprocal of ReceiveAction.\n* {TakeAction}: Unlike TakeAction, ReceiveAction does not imply that the ownership has been transferred (e.g. I can receive a package, but it does not mean the package is now mine).

Implementation

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