partOfTrip constant
partOfTrip [Expects: http://schema.org/Trip]
Identifies that this {Trip
} is a subTrip of another Trip. For example Day 1, Day 2, etc. of a multi-day trip.
Can be used on: http://schema.org/Trip
Implementation
static const partOfTrip = IriTerm.prevalidated(
'http://schema.org/partOfTrip',
);