Looking for help!
NAME
SemanticWeb::Schema::FoodEstablishment - A food-related business.
VERSION
version v23.0.0
DESCRIPTION
A food-related business.
ATTRIBUTES
accepts_reservations
acceptsReservations
Indicates whether a FoodEstablishment accepts reservations. Values can be Boolean, an URL at which reservations can be made or (for backwards compatibility) the strings ```Yes``` or ```No```.
A accepts_reservations should be one of the following types:
Bool
Str
_has_accepts_reservations
A predicate for the "accepts_reservations" attribute.
has_menu
hasMenu
Either the actual menu as a structured representation, as text, or a URL of the menu.
A has_menu should be one of the following types:
_has_has_menu
A predicate for the "has_menu" attribute.
menu
Either the actual menu as a structured representation, as text, or a URL of the menu.
A menu should be one of the following types:
_has_menu
A predicate for the "menu" attribute.
serves_cuisine
servesCuisine
The cuisine of the restaurant.
A serves_cuisine should be one of the following types:
Str
_has_serves_cuisine
A predicate for the "serves_cuisine" attribute.
star_rating
starRating
An official rating for a lodging business or food establishment, e.g. from national associations or standards bodies. Use the author property to indicate the rating organization, e.g. as an Organization with name such as (e.g. HOTREC, DEHOGA, WHR, or Hotelstars).
A star_rating should be one of the following types:
_has_star_rating
A predicate for the "star_rating" attribute.
SEE ALSO
SemanticWeb::Schema::LocalBusiness
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-2023 by Robert Rothenberg.
This is free software, licensed under:
The Artistic License 2.0 (GPL Compatible)