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

NAME

SemanticWeb::Schema::Menu - A structured representation of food or drink items available from a FoodEstablishment.

VERSION

version v0.0.1

DESCRIPTION

A structured representation of food or drink items available from a FoodEstablishment.

ATTRIBUTES

has_menu_item

hasMenuItem

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

A has_menu_item should be one of the following types:

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

has_menu_section

hasMenuSection

A subgrouping of the menu (by dishes, course, serving time period, etc.).

A has_menu_section should be one of the following types:

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

SEE ALSO

SemanticWeb::Schema::CreativeWork

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)