schemaAttendee constant

IriTerm const schemaAttendee

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

A person or organization attending the event.

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

Implementation

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