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

NAME

SemanticWeb::Schema::TouristAttraction - A tourist attraction

VERSION

version v0.0.3

DESCRIPTION

A tourist attraction. In principle any Thing can be a TouristAttraction, from a Mountain and LandmarksOrHistoric alBuildings to a LocalBusiness. This Type can be used on its own to describe a general TouristAttraction, or be used as an additionalType to add tourist attraction properties to any other type. (See examples below)

ATTRIBUTES

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

tourist_type

touristType

Attraction suitable for type(s) of tourist. eg. Children, visitors from a particular country, etc.

A tourist_type should be one of the following types:

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

SEE ALSO

SemanticWeb::Schema::Place

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)