NAME

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

VERSION

version v3.5.1

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:

InstanceOf['SemanticWeb::Schema::MonetaryAmount']
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']

step

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

A step should be one of the following types:

InstanceOf['SemanticWeb::Schema::HowToSection']
Str
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:

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

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:

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

SEE ALSO

SemanticWeb::Schema::CreativeWork

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)