Looking for help!
NAME
SemanticWeb::Schema::Action - An action performed by a direct agent and indirect participants upon a direct object
VERSION
version v3.8.1
DESCRIPTION
An action performed by a direct agent and indirect participants upon a direct object. Optionally happens at a location with the help of an inanimate instrument. The execution of the action may produce a result. Specific action sub-type documentation specifies the exact expectation of each argument/role.See also blo g post and Actions overview document.
ATTRIBUTES
action_status
actionStatus
Indicates the current disposition of the Action.
A action_status should be one of the following types:
agent
The direct performer or driver of the action (animate or inanimate). e.g.
John wrote a book.
A agent should be one of the following types:
end_time
endTime
Note that Event uses startDate/endDate instead of startTime/endTime, even when describing dates with times. This situation may be clarified in future revisions.
A end_time should be one of the following types:
Str
error
For failed actions, more information on the cause of the failure.
A error should be one of the following types:
instrument
The object that helped the agent perform the action. e.g. John wrote a book
with a pen.
A instrument should be one of the following types:
location
The location of for example where the event is happening, an organization is located, or where an action takes place.
A location should be one of the following types:
object
The object upon which the action is carried out, whose state is kept intact
or changed. Also known as the semantic roles patient, affected or undergoer
(which change their state) or theme (which doesn't). e.g. John read a
book.
A object should be one of the following types:
participant
Other co-agents that participated in the action indirectly. e.g. John wrote
a book with Steve.
A participant should be one of the following types:
result
The result produced in the action. e.g. John wrote a book.
A result should be one of the following types:
start_time
startTime
Note that Event uses startDate/endDate instead of startTime/endTime, even when describing dates with times. This situation may be clarified in future revisions.
A start_time should be one of the following types:
Str
target
Indicates a target EntryPoint for an Action.
A target should be one of the following types:
SEE ALSO
SOURCE
The development version is on github at https://github.com/robrwo/SemanticWeb-Schema and may be cloned from git://github.com/robrwo/SemanticWeb-Schema.git
BUGS
Please report any bugs or feature requests on the bugtracker website https://github.com/robrwo/SemanticWeb-Schema/issues
When submitting a bug or request, please include a test-file or a patch to an existing test-file that illustrates the bug or desired feature.
AUTHOR
Robert Rothenberg <rrwo@cpan.org>
COPYRIGHT AND LICENSE
This software is Copyright (c) 2018-2019 by Robert Rothenberg.
This is free software, licensed under:
The Artistic License 2.0 (GPL Compatible)