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 v0.0.3

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']

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']

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:

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

checkin_time

checkinTime

The earliest someone may check into a lodging establishment.

A checkin_time should be one of the following types:

Str

checkout_time

checkoutTime

The latest someone may check out of a lodging establishment.

A checkout_time should be one of the following types:

Str

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:

Str
Bool

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']

SEE ALSO

SemanticWeb::Schema::LocalBusiness

AUTHOR

Robert Rothenberg <rrwo@cpan.org>

COPYRIGHT AND LICENSE

This software is Copyright (c) 2018 by Robert Rothenberg.

This is free software, licensed under:

  The Artistic License 2.0 (GPL Compatible)