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

NAME

SemanticWeb::Schema::FloorPlan - A FloorPlan is an explicit representation of a collection of similar accommodations

VERSION

version v11.0.0

DESCRIPTION

A FloorPlan is an explicit representation of a collection of similar accommodations, allowing the provision of common information (room counts, sizes, layout diagrams) and offers for rental or sale. In typical use, some [[ApartmentComplex]] has an [[accommodationFloorPlan]] which is a [[FloorPlan]]. A FloorPlan is always in the context of a particular place, either a larger [[ApartmentComplex]] or a single [[Apartment]]. The visual/spatial aspects of a floor plan (i.e. room layout, [see wikipedia](https://en.wikipedia.org/wiki/Floor_plan)) can be indicated using [[image]].

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.

floor_size

floorSize

The size of the accommodation, e.g. in square meter or squarefoot. Typical unit code(s): MTK for square meter, FTK for square foot, or YDK for square yard

A floor_size should be one of the following types:

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

_has_floor_size

A predicate for the "floor_size" attribute.

is_plan_for_apartment

isPlanForApartment

Indicates some accommodation that this floor plan describes.

A is_plan_for_apartment should be one of the following types:

InstanceOf['SemanticWeb::Schema::Accommodation']

_has_is_plan_for_apartment

A predicate for the "is_plan_for_apartment" attribute.

layout_image

layoutImage

A schematic image showing the floorplan layout.

A layout_image should be one of the following types:

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

_has_layout_image

A predicate for the "layout_image" attribute.

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_bathrooms_total

numberOfBathroomsTotal

The total integer number of bathrooms in a some [[Accommodation]], following real estate conventions as [documented in RESO](https://ddwiki.reso.org/display/DDW17/BathroomsTotalInteger+Field): "The simple sum of the number of bathrooms. For example for a property with two Full Bathrooms and one Half Bathroom, the Bathrooms Total Integer will be 3.". See also [[numberOfRooms]].

A number_of_bathrooms_total should be one of the following types:

InstanceOf['SemanticWeb::Schema::Integer']

_has_number_of_bathrooms_total

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

number_of_full_bathrooms

numberOfFullBathrooms

Number of full bathrooms - The total number of full and ¾ bathrooms in an [[Accommodation]]. This corresponds to the [BathroomsFull field in RESO](https://ddwiki.reso.org/display/DDW17/BathroomsFull+Field).

A number_of_full_bathrooms should be one of the following types:

Num

_has_number_of_full_bathrooms

A predicate for the "number_of_full_bathrooms" attribute.

number_of_partial_bathrooms

numberOfPartialBathrooms

Number of partial bathrooms - The total number of half and ¼ bathrooms in an [[Accommodation]]. This corresponds to the [BathroomsPartial field in RESO](https://ddwiki.reso.org/display/DDW17/BathroomsPartial+Field).

A number_of_partial_bathrooms should be one of the following types:

Num

_has_number_of_partial_bathrooms

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

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

This is free software, licensed under:

  The Artistic License 2.0 (GPL Compatible)