termsPerYear constant

IriTerm const termsPerYear

termsPerYear [Expects: http://schema.org/Number]

The number of times terms of study are offered per year. Semesters and quarters are common units for term. For example, if the student can only take 2 semesters for the program in one year, then termsPerYear should be 2.

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

Implementation

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