repeatFrequency constant

IriTerm const repeatFrequency

IRI for schema:repeatFrequency [Expects: https://schema.org/Duration, https://schema.org/Text]

Defines the frequency at which {Event}s will occur according to a schedule {Schedule}. The intervals between events should be defined as a {Duration} of time.

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

Implementation

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