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 v12.0.0

DESCRIPTION

A tourist attraction. In principle any Thing can be a SemanticWeb::Schema::TouristAttraction, from a SemanticWeb::Schema::Mountain and SemanticWeb::Schema::LandmarksOrHistoricalBuildings to a SemanticWeb::Schema::LocalBusiness. This Type can be used on its own to describe a general SemanticWeb::Schema::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:

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

_has_available_language

A predicate for the "available_language" attribute.

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:

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

_has_tourist_type

A predicate for the "tourist_type" attribute.

SEE ALSO

SemanticWeb::Schema::Place

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

This is free software, licensed under:

  The Artistic License 2.0 (GPL Compatible)