The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

SemanticWeb::Schema::Reservation - Describes a reservation for travel

VERSION

version v0.0.4

DESCRIPTION

Describes a reservation for travel, dining or an event. Some reservations require tickets.

Note: This type is for information about actual reservations, e.g. in confirmation emails or HTML pages with individual confirmations of reservations. For offers of tickets, restaurant reservations, flights, or rental cars, use Offer.

ATTRIBUTES

booking_agent

bookingAgent

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

A booking_agent should be one of the following types:

InstanceOf['SemanticWeb::Schema::Person']
InstanceOf['SemanticWeb::Schema::Organization']

booking_time

bookingTime

The date and time the reservation was booked.

A booking_time should be one of the following types:

Str

broker

An entity that arranges for an exchange between a buyer and a seller. In most cases a broker never acquires or releases ownership of a product or service involved in an exchange. If it is not clear whether an entity is a broker, seller, or buyer, the latter two terms are preferred.

A broker should be one of the following types:

InstanceOf['SemanticWeb::Schema::Person']
InstanceOf['SemanticWeb::Schema::Organization']

modified_time

modifiedTime

The date and time the reservation was modified.

A modified_time should be one of the following types:

Str

price_currency

priceCurrency

The currency of the price, or a price component when attached to PriceSpecification and its subtypes.

Use standard formats: ISO 4217 currency format e.g. "USD"; Ticker symbol for cryptocurrencies e.g. "BTC"; well known names for Local Exchange Tradings Systems (LETS) and other currency types e.g. "Ithaca HOUR".

A price_currency should be one of the following types:

Str

program_membership_used

programMembershipUsed

Any membership in a frequent flyer, hotel loyalty program, etc. being applied to the reservation.

A program_membership_used should be one of the following types:

InstanceOf['SemanticWeb::Schema::ProgramMembership']

provider

The service provider, service operator, or service performer; the goods producer. Another party (a seller) may offer those services or goods on behalf of the provider. A provider may also serve as the seller.

A provider should be one of the following types:

InstanceOf['SemanticWeb::Schema::Person']
InstanceOf['SemanticWeb::Schema::Organization']

reservation_for

reservationFor

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

A reservation_for should be one of the following types:

InstanceOf['SemanticWeb::Schema::Thing']

reservation_id

reservationId

A unique identifier for the reservation.

A reservation_id should be one of the following types:

Str

reservation_status

reservationStatus

The current status of the reservation.

A reservation_status should be one of the following types:

InstanceOf['SemanticWeb::Schema::ReservationStatusType']

reserved_ticket

reservedTicket

A ticket associated with the reservation.

A reserved_ticket should be one of the following types:

InstanceOf['SemanticWeb::Schema::Ticket']

total_price

totalPrice

The total price for the reservation or ticket, including applicable taxes, shipping, etc.

A total_price should be one of the following types:

Num
Str
InstanceOf['SemanticWeb::Schema::PriceSpecification']

under_name

underName

The person or organization the reservation or ticket is for.

A under_name should be one of the following types:

InstanceOf['SemanticWeb::Schema::Organization']
InstanceOf['SemanticWeb::Schema::Person']

SEE ALSO

SemanticWeb::Schema::Intangible

AUTHOR

Robert Rothenberg <rrwo@cpan.org>

COPYRIGHT AND LICENSE

This software is Copyright (c) 2018 by Robert Rothenberg.

This is free software, licensed under:

  The Artistic License 2.0 (GPL Compatible)