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::EducationalOccupationalProgram - A program offered by an institution which determines the learning progress to achieve an outcome

VERSION

version v5.0.1

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

_has_educational_credential_awarded

A predicate for the "educational_credential_awarded" attribute.

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

_has_occupational_credential_awarded

A predicate for the "occupational_credential_awarded" attribute.

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

_has_offers

A predicate for the "offers" attribute.

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

_has_program_prerequisites

A predicate for the "program_prerequisites" attribute.

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

_has_provider

A predicate for the "provider" attribute.

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

_has_salary_upon_completion

A predicate for the "salary_upon_completion" attribute.

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

_has_time_to_complete

A predicate for the "time_to_complete" attribute.

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)