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

NAME

SemanticWeb::Schema::ApartmentComplex - Residence type: Apartment complex.

VERSION

version v11.0.0

DESCRIPTION

Residence type: Apartment complex.

ATTRIBUTES

number_of_accommodation_units

numberOfAccommodationUnits

Indicates the total (available plus unavailable) number of accommodation units in an [[ApartmentComplex]], or the number of accommodation units for a specific [[FloorPlan]] (within its specific [[ApartmentComplex]]). See also [[numberOfAvailableAccommodationUnits]].

A number_of_accommodation_units should be one of the following types:

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

_has_number_of_accommodation_units

A predicate for the "number_of_accommodation_units" attribute.

number_of_available_accommodation_units

numberOfAvailableAccommodationUnits

Indicates the number of available accommodation units in an [[ApartmentComplex]], or the number of accommodation units for a specific [[FloorPlan]] (within its specific [[ApartmentComplex]]). See also [[numberOfAccommodationUnits]].

A number_of_available_accommodation_units should be one of the following types:

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

_has_number_of_available_accommodation_units

A predicate for the "number_of_available_accommodation_units" attribute.

number_of_bedrooms

numberOfBedrooms

The total integer number of bedrooms in a some [[Accommodation]], [[ApartmentComplex]] or [[FloorPlan]].

A number_of_bedrooms should be one of the following types:

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

_has_number_of_bedrooms

A predicate for the "number_of_bedrooms" 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.

tour_booking_page

tourBookingPage

A page providing information on how to book a tour of some [[Place]], such as an [[Accommodation]] or [[ApartmentComplex]] in a real estate setting, as well as other kinds of tours as appropriate.

A tour_booking_page should be one of the following types:

Str

_has_tour_booking_page

A predicate for the "tour_booking_page" attribute.

SEE ALSO

SemanticWeb::Schema::Residence

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-2020 by Robert Rothenberg.

This is free software, licensed under:

  The Artistic License 2.0 (GPL Compatible)