bookingAgent constant

IriTerm const bookingAgent

IRI for schemahttp:bookingAgent [Expects: http://schema.org/Organization, http://schema.org/Person]

'bookingAgent' is an out-dated term indicating a 'broker' that serves as a booking agent.

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

Implementation

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