Looking for help!
NAME
SemanticWeb::Schema::LodgingReservation - A reservation for lodging at a hotel
VERSION
version v23.0.0
DESCRIPTION
A reservation for lodging at a hotel, motel, inn, etc. Note: This type is for information about actual reservations, e.g. in confirmation emails or HTML pages with individual confirmations of reservations.
ATTRIBUTES
checkin_time
checkinTime
The earliest someone may check into a lodging establishment.
A checkin_time should be one of the following types:
Str
_has_checkin_time
A predicate for the "checkin_time" attribute.
checkout_time
checkoutTime
The latest someone may check out of a lodging establishment.
A checkout_time should be one of the following types:
Str
_has_checkout_time
A predicate for the "checkout_time" attribute.
lodging_unit_description
lodgingUnitDescription
A full description of the lodging unit.
A lodging_unit_description should be one of the following types:
Str
_has_lodging_unit_description
A predicate for the "lodging_unit_description" attribute.
lodging_unit_type
lodgingUnitType
Textual description of the unit type (including suite vs. room, size of bed, etc.).
A lodging_unit_type should be one of the following types:
_has_lodging_unit_type
A predicate for the "lodging_unit_type" attribute.
num_adults
numAdults
The number of adults staying in the unit.
A num_adults should be one of the following types:
_has_num_adults
A predicate for the "num_adults" attribute.
num_children
numChildren
The number of children staying in the unit.
A num_children should be one of the following types:
_has_num_children
A predicate for the "num_children" 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-2023 by Robert Rothenberg.
This is free software, licensed under:
The Artistic License 2.0 (GPL Compatible)