Looking for help!
NAME
SemanticWeb::Schema::TaxiReservation - A reservation for a taxi
VERSION
version v6.0.1
DESCRIPTION
A reservation for a taxi.
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, use Offer.
ATTRIBUTES
party_size
partySize
Number of people the reservation should accommodate.
A party_size should be one of the following types:
_has_party_size
A predicate for the "party_size" attribute.
pickup_location
pickupLocation
Where a taxi will pick up a passenger or a rental car can be picked up.
A pickup_location should be one of the following types:
_has_pickup_location
A predicate for the "pickup_location" attribute.
pickup_time
pickupTime
When a taxi will pickup a passenger or a rental car can be picked up.
A pickup_time should be one of the following types:
Str
_has_pickup_time
A predicate for the "pickup_time" attribute.
SEE ALSO
SemanticWeb::Schema::Reservation
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-2020 by Robert Rothenberg.
This is free software, licensed under:
The Artistic License 2.0 (GPL Compatible)