The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

SemanticWeb::Schema::LodgingBusiness - A lodging business

VERSION

version v23.0.0

DESCRIPTION

A lodging business, such as a motel, hotel, or inn.

ATTRIBUTES

amenity_feature

amenityFeature

An amenity feature (e.g. a characteristic or service) of the Accommodation. This generic property does not make a statement about whether the feature is included in an offer for the main accommodation or available at extra costs.

A amenity_feature should be one of the following types:

InstanceOf['SemanticWeb::Schema::LocationFeatureSpecification']

_has_amenity_feature

A predicate for the "amenity_feature" attribute.

audience

An intended audience, i.e. a group for whom something was created.

A audience should be one of the following types:

InstanceOf['SemanticWeb::Schema::Audience']

_has_audience

A predicate for the "audience" attribute.

available_language

availableLanguage

A language someone may use with or at the item, service or place. Please use one of the language codes from the IETF BCP 47 standard. See also [[inLanguage]].

A available_language should be one of the following types:

InstanceOf['SemanticWeb::Schema::Language']
Str

_has_available_language

A predicate for the "available_language" attribute.

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.

number_of_rooms

numberOfRooms

The number of rooms (excluding bathrooms and closets) of the accommodation or lodging business. Typical unit code(s): ROM for room or C62 for no unit. The type of room can be put in the unitText property of the QuantitativeValue.

A number_of_rooms should be one of the following types:

InstanceOf['SemanticWeb::Schema::QuantitativeValue']
Num

_has_number_of_rooms

A predicate for the "number_of_rooms" attribute.

pets_allowed

petsAllowed

Indicates whether pets are allowed to enter the accommodation or lodging business. More detailed information can be put in a text value.

A pets_allowed should be one of the following types:

Bool
Str

_has_pets_allowed

A predicate for the "pets_allowed" attribute.

star_rating

starRating

An official rating for a lodging business or food establishment, e.g. from national associations or standards bodies. Use the author property to indicate the rating organization, e.g. as an Organization with name such as (e.g. HOTREC, DEHOGA, WHR, or Hotelstars).

A star_rating should be one of the following types:

InstanceOf['SemanticWeb::Schema::Rating']

_has_star_rating

A predicate for the "star_rating" attribute.

SEE ALSO

SemanticWeb::Schema::LocalBusiness

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)