Looking for help!
NAME
SemanticWeb::Schema::HotelRoom - A hotel room is a single room in a hotel
VERSION
version v23.0.0
DESCRIPTION
A hotel room is a single room in a hotel.
See also the dedicated document on the use of schema.org for
marking up hotels and other forms of accommodations.
ATTRIBUTES
bed
The type of bed or beds included in the accommodation. For the single case of just one bed of a certain type, you use bed directly with a text. If you want to indicate the quantity of a certain kind of bed, use an instance of BedDetails. For more detailed information, use the amenityFeature property.
A bed should be one of the following types:
_has_bed
A predicate for the "bed" attribute.
occupancy
The allowed total occupancy for the accommodation in persons (including infants etc). For individual accommodations, this is not necessarily the legal maximum but defines the permitted usage as per the contractual agreement (e.g. a double room used by a single person). Typical unit code(s): C62 for person.
A occupancy should be one of the following types:
_has_occupancy
A predicate for the "occupancy" attribute.
SEE ALSO
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)