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

NAME

SemanticWeb::Schema::Place - Entities that have a somewhat fixed

VERSION

version v0.0.3

DESCRIPTION

Entities that have a somewhat fixed, physical extension.

ATTRIBUTES

additional_property

additionalProperty

A property-value pair representing an additional characteristics of the entitity, e.g. a product feature or another characteristic for which there is no matching property in schema.org.

Note: Publishers should be aware that applications designed to use specific schema.org properties (e.g. http://schema.org/width, http://schema.org/color, http://schema.org/gtin13, ...) will typically expect such data to be provided using those properties, rather than using the generic property/value mechanism.

A additional_property should be one of the following types:

InstanceOf['SemanticWeb::Schema::PropertyValue']

address

Physical address of the item.

A address should be one of the following types:

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

aggregate_rating

aggregateRating

The overall rating, based on a collection of reviews or ratings, of the item.

A aggregate_rating should be one of the following types:

InstanceOf['SemanticWeb::Schema::AggregateRating']

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

branch_code

branchCode

A short textual code (also called "store code") that uniquely identifies a place of business. The code is typically assigned by the parentOrganization and used in structured URLs.

For example, in the URL http://www.starbucks.co.uk/store-locator/etc/detail/3047 the code "3047" is a branchCode for a particular branch.

A branch_code should be one of the following types:

Str

contained_in

containedIn

The basic containment relation between a place and one that contains it.

A contained_in should be one of the following types:

InstanceOf['SemanticWeb::Schema::Place']

contained_in_place

containedInPlace

The basic containment relation between a place and one that contains it.

A contained_in_place should be one of the following types:

InstanceOf['SemanticWeb::Schema::Place']

contains_place

containsPlace

The basic containment relation between a place and another that it contains.

A contains_place should be one of the following types:

InstanceOf['SemanticWeb::Schema::Place']

event

Upcoming or past event associated with this place, organization, or action.

A event should be one of the following types:

InstanceOf['SemanticWeb::Schema::Event']

events

Upcoming or past events associated with this place or organization.

A events should be one of the following types:

InstanceOf['SemanticWeb::Schema::Event']

fax_number

faxNumber

The fax number.

A fax_number should be one of the following types:

Str

geo

The geo coordinates of the place.

A geo should be one of the following types:

InstanceOf['SemanticWeb::Schema::GeoCoordinates']
InstanceOf['SemanticWeb::Schema::GeoShape']

global_location_number

globalLocationNumber

The Global Location Number (GLN, sometimes also referred to as International Location Number or ILN) of the respective organization, person, or place. The GLN is a 13-digit number used to identify parties and physical locations.

A global_location_number should be one of the following types:

Str

has_map

hasMap

A URL to a map of the place.

A has_map should be one of the following types:

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

is_accessible_for_free

isAccessibleForFree

A flag to signal that the item, event, or place is accessible for free.

A is_accessible_for_free should be one of the following types:

Bool

isic_v4

isicV4

The International Standard of Industrial Classification of All Economic Activities (ISIC), Revision 4 code for a particular organization, business person, or place.

A isic_v4 should be one of the following types:

Str

An associated logo.

A logo should be one of the following types:

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

map

A URL to a map of the place.

A map should be one of the following types:

Str

maps

A URL to a map of the place.

A maps should be one of the following types:

Str

maximum_attendee_capacity

maximumAttendeeCapacity

The total number of individuals that may attend an event or venue.

A maximum_attendee_capacity should be one of the following types:

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

opening_hours_specification

openingHoursSpecification

The opening hours of a certain place.

A opening_hours_specification should be one of the following types:

InstanceOf['SemanticWeb::Schema::OpeningHoursSpecification']

photo

A photograph of this place.

A photo should be one of the following types:

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

photos

Photographs of this place.

A photos should be one of the following types:

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

public_access

publicAccess

A flag to signal that the Place is open to public visitors. If this property is omitted there is no assumed default boolean value

A public_access should be one of the following types:

Bool

review

A review of the item.

A review should be one of the following types:

InstanceOf['SemanticWeb::Schema::Review']

reviews

Review of the item.

A reviews should be one of the following types:

InstanceOf['SemanticWeb::Schema::Review']

smoking_allowed

smokingAllowed

Indicates whether it is allowed to smoke in the place, e.g. in the restaurant, hotel or hotel room.

A smoking_allowed should be one of the following types:

Bool

special_opening_hours_specification

specialOpeningHoursSpecification

The special opening hours of a certain place.

Use this to explicitly override general opening hours brought in scope by openingHoursSpecificatio n or openingHours.

A special_opening_hours_specification should be one of the following types:

InstanceOf['SemanticWeb::Schema::OpeningHoursSpecification']

telephone

The telephone number.

A telephone should be one of the following types:

Str

SEE ALSO

SemanticWeb::Schema::Thing

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)