courseCode constant

IriTerm const courseCode

IRI for schemahttp:courseCode [Expects: http://schema.org/Text]

The identifier for the {Course} used by the course {provider} (e.g. CS101 or 6.001).

Can be used on: http://schema.org/Course

Implementation

static const courseCode = IriTerm.prevalidated(
  'http://schema.org/courseCode',
);