tripOrigin constant

IriTerm const tripOrigin

IRI for schema:tripOrigin [Expects: https://schema.org/Place]

The location of origin of the trip, prior to any destination(s).

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

Implementation

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