courseSchedule constant

IriTerm const courseSchedule

IRI for schema:courseSchedule [Expects: https://schema.org/Schedule]

Represents the length and pace of a course, expressed as a {Schedule}.

Can be used on: https://schema.org/CourseInstance

Implementation

static const courseSchedule = IriTerm.prevalidated(
  'https://schema.org/courseSchedule',
);