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

NAME

SemanticWeb::Schema::Course - A description of an educational course which may be offered as distinct instances at which take place at different times or take place at different locations

VERSION

version v12.0.0

DESCRIPTION

A description of an educational course which may be offered as distinct instances at which take place at different times or take place at different locations, or be offered through different media or modes of study. An educational course is a sequence of one or more educational events and/or creative works which aims to build knowledge, competence or ability of learners.

ATTRIBUTES

course_code

courseCode

The identifier for the SemanticWeb::Schema::Course used by the course [[provider]] (e.g. CS101 or 6.001).

A course_code should be one of the following types:

Str

_has_course_code

A predicate for the "course_code" attribute.

course_prerequisites

coursePrerequisites

Requirements for taking the Course. May be completion of another SemanticWeb::Schema::Course or a textual description like "permission of instructor". Requirements may be a pre-requisite competency, referenced using SemanticWeb::Schema::AlignmentObject.

A course_prerequisites should be one of the following types:

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

_has_course_prerequisites

A predicate for the "course_prerequisites" attribute.

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.

has_course_instance

hasCourseInstance

An offering of the course at a specific time and place or through specific media or mode of study or to a specific section of students.

A has_course_instance should be one of the following types:

InstanceOf['SemanticWeb::Schema::CourseInstance']

_has_has_course_instance

A predicate for the "has_course_instance" attribute.

number_of_credits

numberOfCredits

The number of credits or units awarded by a Course or required to complete an EducationalOccupationalProgram.

A number_of_credits should be one of the following types:

InstanceOf['SemanticWeb::Schema::Integer']
InstanceOf['SemanticWeb::Schema::StructuredValue']

_has_number_of_credits

A predicate for the "number_of_credits" 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.

SEE ALSO

SemanticWeb::Schema::LearningResource

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

This is free software, licensed under:

  The Artistic License 2.0 (GPL Compatible)