subReservation constant

IriTerm const subReservation

IRI for schema:subReservation [Expects: https://schema.org/Reservation]

The individual reservations included in the package. Typically a repeated property.

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

Implementation

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