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

NAME

SemanticWeb::Schema::HowTo - Instructions that explain how to achieve a result by performing a sequence of steps.

VERSION

version v0.0.4

DESCRIPTION

Instructions that explain how to achieve a result by performing a sequence of steps.

ATTRIBUTES

estimated_cost

estimatedCost

The estimated cost of the supply or supplies consumed when performing instructions.

A estimated_cost should be one of the following types:

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

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

step

A single step item (as HowToStep, text, document, video, etc.) or a HowToSection.

A step should be one of the following types:

Str
InstanceOf['SemanticWeb::Schema::HowToSection']
InstanceOf['SemanticWeb::Schema::HowToStep']
InstanceOf['SemanticWeb::Schema::CreativeWork']

steps

A single step item (as HowToStep, text, document, video, etc.) or a HowToSection (originally misnamed 'steps'; 'step' is preferred).

A steps should be one of the following types:

InstanceOf['SemanticWeb::Schema::ItemList']
InstanceOf['SemanticWeb::Schema::CreativeWork']
Str

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

yield

The quantity that results by performing instructions. For example, a paper airplane, 10 personalized candles.

A yield should be one of the following types:

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

SEE ALSO

SemanticWeb::Schema::CreativeWork

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)