NAME

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

VERSION

version v23.0.0

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

_has_estimated_cost

A predicate for the "estimated_cost" 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](http://en.wikipedia.org/wiki/ISO_8601).

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](http://en.wikipedia.org/wiki/ISO_8601).

A prep_time should be one of the following types:

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

_has_prep_time

A predicate for the "prep_time" attribute.

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

_has_step

A predicate for the "step" attribute.

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

_has_steps

A predicate for the "steps" 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](http://en.wikipedia.org/wiki/ISO_8601).

A total_time should be one of the following types:

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

_has_total_time

A predicate for the "total_time" attribute.

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

_has_yield

A predicate for the "yield" attribute.

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

This is free software, licensed under:

  The Artistic License 2.0 (GPL Compatible)