applicationDeadline constant
applicationDeadline [Expects: http://schema.org/Date, http://schema.org/Text]
The date on which the program stops collecting applications for the next enrollment cycle. Flexible application deadlines (for example, a program with rolling admissions) can be described in a textual string, rather than as a DateTime.
Can be used on: http://schema.org/EducationalOccupationalProgram
Implementation
static const applicationDeadline = IriTerm.prevalidated(
'http://schema.org/applicationDeadline',
);