Looking for help!
The maintainer of this distribution is looking for people to help them improve this module!
If you're interested then please contact them via
email.
NAME
SemanticWeb::Schema::GiveAction - The act of transferring ownership of an object to a destination
VERSION
version v0.0.2
DESCRIPTION
The act of transferring ownership of an object to a destination. Reciprocal of TakeAction.Related actions:
- TakeAction: Reciprocal of GiveAction.
- SendAction: Unlike SendAction, GiveAction implies that ownership is being transferred (e.g. I may send my laptop to you, but that doesn't mean I'm giving it to you).
ATTRIBUTES
recipient
A sub property of participant. The participant who is at the receiving end of the action.
A recipient should be one of the following types:
InstanceOf['SemanticWeb::Schema::Audience']
InstanceOf['SemanticWeb::Schema::ContactPoint']
InstanceOf['SemanticWeb::Schema::Organization']
InstanceOf['SemanticWeb::Schema::Person']
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)