observationPeriod constant

IriTerm const observationPeriod

IRI for schema:observationPeriod [Expects: https://schema.org/Text]

The length of time an Observation took place over. The format follows P[0-9]*[Y|M|D|h|m|s]. For example, P1Y is Period 1 Year, P3M is Period 3 Months, P3h is Period 3 hours.

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

Implementation

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