reservationFor constant

IriTerm const reservationFor

IRI for schemahttp:reservationFor [Expects: http://schema.org/Thing]

The thing -- flight, event, restaurant, etc. being reserved.

Can be used on: http://schema.org/Reservation

Implementation

static const reservationFor = IriTerm.prevalidated(
  'http://schema.org/reservationFor',
);