The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

SemanticWeb::Schema::FoodEstablishment - A food-related business.

VERSION

version v0.0.3

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:

Str
Bool

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:

Str
InstanceOf['SemanticWeb::Schema::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:

Str
InstanceOf['SemanticWeb::Schema::Menu']

serves_cuisine

servesCuisine

The cuisine of the restaurant.

A serves_cuisine should be one of the following types:

Str

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:

InstanceOf['SemanticWeb::Schema::Rating']

SEE ALSO

SemanticWeb::Schema::LocalBusiness

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)