The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

SemanticWeb::Schema::TransferAction - The act of transferring/moving (abstract or concrete) animate or inanimate objects from one place to another.

VERSION

version v0.0.1

DESCRIPTION

The act of transferring/moving (abstract or concrete) animate or inanimate objects from one place to another.

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)