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::HowToDirection - A direction indicating a single action to do in the instructions for how to achieve a result.

VERSION

version v0.0.3

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:

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

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

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

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']

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']

supply

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

A supply should be one of the following types:

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

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:

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

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']

SEE ALSO

SemanticWeb::Schema::ListItem

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)