schemaEventAttendanceMode constant

IriTerm const schemaEventAttendanceMode

eventAttendanceMode from schema vocabulary [Expects: https://schema.org/EventAttendanceModeEnumeration]

The eventAttendanceMode of an event indicates whether it occurs online, offline, or a mix.

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

Implementation

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