schemaSuperEvent constant

IriTerm const schemaSuperEvent

superEvent from schema vocabulary [Expects: https://schema.org/Event]

An event that this event is a part of. For example, a collection of individual music performances might each have a music festival as their superEvent.

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

Implementation

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