courseCode constant

IriTerm const courseCode

courseCode [Expects: https://schema.org/Text]

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

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

Implementation

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