OrganizeAction¶
The act of manipulating/administering/supervising/controlling one or more objects.
Diagram¶

Specializations of OrganizeAction¶
| Class | Description |
|---|---|
| Accept Action | The act of committing to/adopting an object.\n\nRelated actions:\n\n* [[RejectAction]]: The antonym of AcceptAction. |
| Allocate Action | The act of organizing tasks/objects/events by associating resources to it. |
| Apply Action | The act of registering to an organization/service without the guarantee to receive it.\n\nRelated actions:\n\n* [[RegisterAction]]: Unlike RegisterAction, ApplyAction has no guarantees that the application will be accepted. |
| Assign Action | The act of allocating an action/event/task to some destination (someone or something). |
| Authorize Action | The act of granting permission to an object. |
| Bookmark Action | An agent bookmarks/flags/labels/tags/marks an object. |
| Cancel Action | The act of asserting that a future event/action is no longer going to happen.\n\nRelated actions:\n\n* [[ConfirmAction]]: The antonym of CancelAction. |
| Plan Action | The act of planning the execution of an event/task/action/reservation/plan to a future date. |
| Reject Action | The act of rejecting to/adopting an object.\n\nRelated actions:\n\n* [[AcceptAction]]: The antonym of RejectAction. |
| Reserve Action | Reserving a concrete object.\n\nRelated actions:\n\n* [[ScheduleAction]]: Unlike ScheduleAction, ReserveAction reserves concrete objects (e.g. a table, a hotel) towards a time slot / spatial allocation. |
| Schedule Action | Scheduling future actions, events, or tasks.\n\nRelated actions:\n\n* [[ReserveAction]]: Unlike ReserveAction, ScheduleAction allocates future actions (e.g. an event, a task, etc) towards a time slot / spatial allocation. |
Formalization for OrganizeAction¶
| Property | Constraint |
|---|---|
| subClassOf | Action |