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

NAME

SemanticWeb::Schema::MenuItem - A food or drink item listed in a menu or menu section.

VERSION

version v3.8.0

DESCRIPTION

A food or drink item listed in a menu or menu section.

ATTRIBUTES

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:

InstanceOf['SemanticWeb::Schema::MenuSection']
InstanceOf['SemanticWeb::Schema::MenuItem']

nutrition

Nutrition information about the recipe or menu item.

A nutrition should be one of the following types:

InstanceOf['SemanticWeb::Schema::NutritionInformation']

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.

A offers should be one of the following types:

InstanceOf['SemanticWeb::Schema::Offer']

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:

InstanceOf['SemanticWeb::Schema::RestrictedDiet']

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

This is free software, licensed under:

  The Artistic License 2.0 (GPL Compatible)