schemaAttendees constant

IriTerm const schemaAttendees

attendees from schema vocabulary [Expects: https://schema.org/Organization, https://schema.org/Person]

A person attending the event.

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

Implementation

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