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

NAME

SemanticWeb::Schema::MenuSection - A sub-grouping of food or drink items in a menu

VERSION

version v0.0.1

DESCRIPTION

A sub-grouping of food or drink items in a menu. E.g. courses (such as 'Dinner', 'Breakfast', etc.), specific type of dishes (such as 'Meat', 'Vegan', 'Drinks', etc.), or some other classification made by the menu provider.

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)