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::Course - A description of an educational course which may be offered as distinct instances which take place at different times or take place at different locations

VERSION

version v23.0.0

DESCRIPTION

A description of an educational course which may be offered as distinct instances 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

available_language

availableLanguage

A language someone may use with or at the item, service or place. Please use one of the language codes from the IETF BCP 47 standard. See also [[inLanguage]].

A available_language should be one of the following types:

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

_has_available_language

A predicate for the "available_language" attribute.

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.

financial_aid_eligible

financialAidEligible

A financial aid type or program which students may use to pay for tuition or fees associated with the program.

A financial_aid_eligible should be one of the following types:

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

_has_financial_aid_eligible

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

syllabus_sections

syllabusSections

Indicates (typically several) Syllabus entities that lay out what each section of the overall course will cover.

A syllabus_sections should be one of the following types:

InstanceOf['SemanticWeb::Schema::Syllabus']

_has_syllabus_sections

A predicate for the "syllabus_sections" attribute.

total_historical_enrollment

totalHistoricalEnrollment

The total number of students that have enrolled in the history of the course.

A total_historical_enrollment should be one of the following types:

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

_has_total_historical_enrollment

A predicate for the "total_historical_enrollment" 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-2023 by Robert Rothenberg.

This is free software, licensed under:

  The Artistic License 2.0 (GPL Compatible)