Looking for help!
NAME
SemanticWeb::Schema::MenuItem - A food or drink item listed in a menu or menu section.
VERSION
version v23.0.0
DESCRIPTION
A food or drink item listed in a menu or menu section.
ATTRIBUTES
menu_add_on
menuAddOn
Additional menu item(s) such as a side dish of salad or side order of fries that can be added to this menu item. Additionally it can be a menu section containing allowed add-on menu items for this menu item.
A menu_add_on should be one of the following types:
_has_menu_add_on
A predicate for the "menu_add_on" attribute.
nutrition
Nutrition information about the recipe or menu item.
A nutrition should be one of the following types:
_has_nutrition
A predicate for the "nutrition" attribute.
offers
An offer to provide this item-- for example, an offer to sell a product, rent the DVD of a movie, perform a service, or give away tickets to an event. Use [[businessFunction]] to indicate the kind of transaction offered, i.e. sell, lease, etc. This property can also be used to describe a SemanticWeb::Schema::Demand. While this property is listed as expected on a number of common types, it can be used in others. In that case, using a second type, such as Product or a subtype of Product, can clarify the nature of the offer.
A offers should be one of the following types:
_has_offers
A predicate for the "offers" attribute.
suitable_for_diet
suitableForDiet
Indicates a dietary restriction or guideline for which this recipe or menu item is suitable, e.g. diabetic, halal etc.
A suitable_for_diet should be one of the following types:
_has_suitable_for_diet
A predicate for the "suitable_for_diet" 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-2023 by Robert Rothenberg.
This is free software, licensed under:
The Artistic License 2.0 (GPL Compatible)