courseWorkload constant
IRI for schemahttp:courseWorkload [Expects: http://schema.org/Text]
The amount of work expected of students taking the course, often provided as a figure per week or per month, and may be broken down by type. For example, "2 hours of lectures, 1 hour of lab work and 3 hours of independent study per week".
Can be used on: http://schema.org/CourseInstance
Implementation
static const courseWorkload = IriTerm.prevalidated(
'http://schema.org/courseWorkload',
);