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

NAME

SemanticWeb::Schema::ReceiveAction - <p>The act of physically/electronically taking delivery of an object thathas been transferred from an origin to a destination

VERSION

version v0.0.1

DESCRIPTION

The act of physically/electronically taking delivery of an object thathas been transferred from an origin to a destination. Reciprocal of SendAction.

Related actions:

  • SendAction: The reciprocal of ReceiveAction.
  • TakeAction: Unlike TakeAction, ReceiveAction does not imply that the ownership has been transfered (e.g. I can receive a package, but it does not mean the package is now mine).

ATTRIBUTES

delivery_method

deliveryMethod

A sub property of instrument. The method of delivery.

A delivery_method should be one of the following types:

InstanceOf['SemanticWeb::Schema::DeliveryMethod']

sender

A sub property of participant. The participant who is at the sending end of the action.

A sender should be one of the following types:

InstanceOf['SemanticWeb::Schema::Person']
InstanceOf['SemanticWeb::Schema::Audience']
InstanceOf['SemanticWeb::Schema::Organization']

SEE ALSO

SemanticWeb::Schema::TransferAction

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)