repeatCount constant

IriTerm const repeatCount

IRI for schema:repeatCount [Expects: https://schema.org/Integer]

Defines the number of times a recurring {Event} will take place.

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

Implementation

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