{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "schema:TakeAction", "title": "TakeAction", "description": "The act of gaining ownership of an object from an origin. Reciprocal of GiveAction.\\n\\nRelated actions:\\n\\n* [[GiveAction]]: The reciprocal of TakeAction.\\n* [[ReceiveAction]]: Unlike ReceiveAction, TakeAction implies that ownership has been transferred.", "type": "object", "allOf": [ { "description": "The act of transferring/moving (abstract or concrete) animate or inanimate objects from one place to another.", "$ref": "schema:TransferAction" } ] }