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

NAME

SemanticWeb::Schema::HowToDirection - A direction indicating a single action to do in the instructions for how to achieve a result.

VERSION

version v9.0.0

DESCRIPTION

A direction indicating a single action to do in the instructions for how to achieve a result.

ATTRIBUTES

after_media

afterMedia

A media object representing the circumstances after performing this direction.

A after_media should be one of the following types:

InstanceOf['SemanticWeb::Schema::MediaObject']
Str

_has_after_media

A predicate for the "after_media" attribute.

before_media

beforeMedia

A media object representing the circumstances before performing this direction.

A before_media should be one of the following types:

InstanceOf['SemanticWeb::Schema::MediaObject']
Str

_has_before_media

A predicate for the "before_media" attribute.

during_media

duringMedia

A media object representing the circumstances while performing this direction.

A during_media should be one of the following types:

InstanceOf['SemanticWeb::Schema::MediaObject']
Str

_has_during_media

A predicate for the "during_media" attribute.

perform_time

performTime

The length of time it takes to perform instructions or a direction (not including time to prepare the supplies), in ISO 8601 duration format.

A perform_time should be one of the following types:

InstanceOf['SemanticWeb::Schema::Duration']

_has_perform_time

A predicate for the "perform_time" attribute.

prep_time

prepTime

The length of time it takes to prepare the items to be used in instructions or a direction, in ISO 8601 duration format.

A prep_time should be one of the following types:

InstanceOf['SemanticWeb::Schema::Duration']

_has_prep_time

A predicate for the "prep_time" attribute.

supply

A sub-property of instrument. A supply consumed when performing instructions or a direction.

A supply should be one of the following types:

InstanceOf['SemanticWeb::Schema::HowToSupply']
Str

_has_supply

A predicate for the "supply" attribute.

tool

A sub property of instrument. An object used (but not consumed) when performing instructions or a direction.

A tool should be one of the following types:

InstanceOf['SemanticWeb::Schema::HowToTool']
Str

_has_tool

A predicate for the "tool" attribute.

total_time

totalTime

The total time required to perform instructions or a direction (including time to prepare the supplies), in ISO 8601 duration format.

A total_time should be one of the following types:

InstanceOf['SemanticWeb::Schema::Duration']

_has_total_time

A predicate for the "total_time" attribute.

SEE ALSO

SemanticWeb::Schema::ListItem

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-2020 by Robert Rothenberg.

This is free software, licensed under:

  The Artistic License 2.0 (GPL Compatible)