GiveAction constant

IriTerm const GiveAction

IRI for schemahttp:GiveAction

The act of transferring ownership of an object to a destination. Reciprocal of TakeAction.\n\nRelated actions:\n\n* {TakeAction}: Reciprocal of GiveAction.\n* {SendAction}: Unlike SendAction, GiveAction implies that ownership is being transferred (e.g. I may send my laptop to you, but that doesn't mean I'm giving it to you).

Implementation

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