partOfTrip constant
partOfTrip [Expects: https://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: https://schema.org/Trip
Implementation
static const partOfTrip = IriTerm.prevalidated(
'https://schema.org/partOfTrip',
);