observationDate constant

IriTerm const observationDate

IRI for schema:observationDate [Expects: https://schema.org/DateTime]

The observationDate of an {Observation}.

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

Implementation

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