Looking for help!
NAME
SemanticWeb::Schema::BedDetails - An entity holding detailed information about the available bed types
VERSION
version v23.0.0
DESCRIPTION
An entity holding detailed information about the available bed types, e.g. the quantity of twin beds for a hotel room. For the single case of just one bed of a certain type, you can use bed directly with a text. See also SemanticWeb::Schema::BedType (under development).
ATTRIBUTES
number_of_beds
numberOfBeds
The quantity of the given bed type available in the HotelRoom, Suite, House, or Apartment.
A number_of_beds should be one of the following types:
Num
_has_number_of_beds
A predicate for the "number_of_beds" attribute.
type_of_bed
typeOfBed
The type of bed to which the BedDetail refers, i.e. the type of bed available in the quantity indicated by quantity.
A type_of_bed should be one of the following types:
_has_type_of_bed
A predicate for the "type_of_bed" attribute.
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-2023 by Robert Rothenberg.
This is free software, licensed under:
The Artistic License 2.0 (GPL Compatible)