[view kml]

Concept: Leave

System documentation


Superconcept: Locomotion

Definition: An agent moves itself away from some place.

Required Relationships:

agent: the entity that moves
Comment: Leave is a type of Locomotion. Therefore, the agent (the entity that causes the move) is the same as the object (the thing being moved).
origin: the initial location of the agent before it leaves

Other Common Relationships:

destination: the final location of the object after the move.
path: the Place which the object moves along. Typically, this is an object or surface along which the object is moving.
toward: the location toward which the object moves. Unlike the destination, the object need not reach this Place, but it may.
away-from: the location that the object moves away from. Unlike the origin, the object need not start at this Place, but it may.

Examples:

  1. John left the parking lot to go to the restaurant.
    agent: John
    origin: the parking lot
    destination: the restaurant
  2. Comment: This could also be coded with Locomotion. See the example sentence coded there.

Neighboring Concepts:

Similar to...But different because...
Move Leave is a special type of Move in which the agent and the origin are required information; the agent moves away from the origin.