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

NAME

SemanticWeb::Schema::EducationalOccupationalProgram - A program offered by an institution which determines the learning progress to achieve an outcome

VERSION

version v5.0.0

DESCRIPTION

A program offered by an institution which determines the learning progress to achieve an outcome, usually a credential like a degree or certificate. This would define a discrete set of opportunities (e.g., job, courses) that together constitute a program with a clear start, end, set of requirements, and transition to a new occupational opportunity (e.g., a job), or sometimes a higher educational opportunity (e.g., an advanced degree).

ATTRIBUTES

educational_credential_awarded

educationalCredentialAwarded

A description of the qualification, award, certificate, diploma or other educational credential awarded as a consequence of successful completion of this course or program.

A educational_credential_awarded should be one of the following types:

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

occupational_credential_awarded

occupationalCredentialAwarded

A description of the qualification, award, certificate, diploma or other occupational credential awarded as a consequence of successful completion of this course or program.

A occupational_credential_awarded should be one of the following types:

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

offers

An offer to provide this item—for example, an offer to sell a product, rent the DVD of a movie, perform a service, or give away tickets to an event.

A offers should be one of the following types:

InstanceOf['SemanticWeb::Schema::Offer']

program_prerequisites

programPrerequisites

Prerequisites for enrolling in the program.

A program_prerequisites should be one of the following types:

InstanceOf['SemanticWeb::Schema::AlignmentObject']
InstanceOf['SemanticWeb::Schema::Course']
InstanceOf['SemanticWeb::Schema::EducationalOccupationalCredential']
Str

provider

The service provider, service operator, or service performer; the goods producer. Another party (a seller) may offer those services or goods on behalf of the provider. A provider may also serve as the seller.

A provider should be one of the following types:

InstanceOf['SemanticWeb::Schema::Organization']
InstanceOf['SemanticWeb::Schema::Person']

salary_upon_completion

salaryUponCompletion

The expected salary upon completing the training.

A salary_upon_completion should be one of the following types:

InstanceOf['SemanticWeb::Schema::MonetaryAmountDistribution']

time_to_complete

timeToComplete

The expected length of time to complete the program if attending full-time.

A time_to_complete should be one of the following types:

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

SEE ALSO

SemanticWeb::Schema::Intangible

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)