superEvent constant

IriTerm const superEvent

IRI for schema:superEvent [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 superEvent = IriTerm.prevalidated(
  'https://schema.org/superEvent',
);