Looking for help!
NAME
SemanticWeb::Schema::Reservation - Describes a reservation for travel
VERSION
version v3.8.1
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:
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:
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
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:
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:
reservation_for
reservationFor
The thing -- flight, event, restaurant,etc. being reserved.
A reservation_for should be one of the following types:
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:
reserved_ticket
reservedTicket
A ticket associated with the reservation.
A reserved_ticket should be one of the following types:
total_price
totalPrice
Usage guidelines:
- Use values from 0123456789 (Unicode 'DIGIT ZERO' (U+0030) to 'DIGIT NINE' (U+0039)) rather than superficially similiar Unicode symbols.
- Use '.' (Unicode 'FULL STOP' (U+002E)) rather than ',' to indicate a decimal point. Avoid using these symbols as a readability separator.
A total_price should be one of the following types:
under_name
underName
The person or organization the reservation or ticket is for.
A under_name should be one of the following types:
SEE ALSO
SemanticWeb::Schema::Intangible
SOURCE
The development version is on github at https://github.com/robrwo/SemanticWeb-Schema and may be cloned from git://github.com/robrwo/SemanticWeb-Schema.git
BUGS
Please report any bugs or feature requests on the bugtracker website https://github.com/robrwo/SemanticWeb-Schema/issues
When submitting a bug or request, please include a test-file or a patch to an existing test-file that illustrates the bug or desired feature.
AUTHOR
Robert Rothenberg <rrwo@cpan.org>
COPYRIGHT AND LICENSE
This software is Copyright (c) 2018-2019 by Robert Rothenberg.
This is free software, licensed under:
The Artistic License 2.0 (GPL Compatible)