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::ExercisePlan - Fitness-related activity designed for a specific health-related purpose

VERSION

version v3.5.1

DESCRIPTION

Fitness-related activity designed for a specific health-related purpose, including defined exercise routines as well as activity prescribed by a clinician.

ATTRIBUTES

activity_duration

activityDuration

Length of time to engage in the activity.

A activity_duration should be one of the following types:

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

activity_frequency

activityFrequency

How often one should engage in the activity.

A activity_frequency should be one of the following types:

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

additional_variable

additionalVariable

Any additional component of the exercise prescription that may need to be articulated to the patient. This may include the order of exercises, the number of repetitions of movement, quantitative distance, progressions over time, etc.

A additional_variable should be one of the following types:

Str

exercise_type

exerciseType

Type(s) of exercise or activity, such as strength training, flexibility training, aerobics, cardiac rehabilitation, etc.

A exercise_type should be one of the following types:

Str

intensity

Quantitative measure gauging the degree of force involved in the exercise, for example, heartbeats per minute. May include the velocity of the movement.

A intensity should be one of the following types:

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

repetitions

Number of times one should repeat the activity.

A repetitions should be one of the following types:

Num
InstanceOf['SemanticWeb::Schema::QualitativeValue']

rest_periods

restPeriods

How often one should break from the activity.

A rest_periods should be one of the following types:

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

workload

Quantitative measure of the physiologic output of the exercise; also referred to as energy expenditure.

A workload should be one of the following types:

InstanceOf['SemanticWeb::Schema::Energy']
InstanceOf['SemanticWeb::Schema::QualitativeValue']

SEE ALSO

SemanticWeb::Schema::PhysicalActivity

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)