The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

SemanticWeb::Schema::MoveAction - The act of an agent relocating to a place

VERSION

version v0.0.3

DESCRIPTION

The act of an agent relocating to a place.

Related actions:

  • TransferAction: Unlike TransferAction, the subject of the move is a living Person or Organization rather than an inanimate object.

ATTRIBUTES

from_location

fromLocation

A sub property of location. The original location of the object or the agent before the action.

A from_location should be one of the following types:

InstanceOf['SemanticWeb::Schema::Place']

to_location

toLocation

A sub property of location. The final location of the object or the agent after the action.

A to_location should be one of the following types:

InstanceOf['SemanticWeb::Schema::Place']

SEE ALSO

SemanticWeb::Schema::Action

AUTHOR

Robert Rothenberg <rrwo@cpan.org>

COPYRIGHT AND LICENSE

This software is Copyright (c) 2018 by Robert Rothenberg.

This is free software, licensed under:

  The Artistic License 2.0 (GPL Compatible)