Looking for help!
NAME
SemanticWeb::Schema::LocalBusiness - A particular physical business or branch of an organization
VERSION
version v0.0.3
DESCRIPTION
A particular physical business or branch of an organization. Examples of LocalBusiness include a restaurant, a particular branch of a restaurant chain, a branch of a bank, a medical practice, a club, a bowling alley, etc.
ATTRIBUTES
branch_of
branchOf
A branch_of should be one of the following types:
currencies_accepted
currenciesAccepted
Use standard formats: ISO 4217 currency format e.g. "USD"; Ticker symbol for cryptocurrencies e.g. "BTC"; well known names for Local Exchange Tradings Systems (LETS) and other currency types e.g. "Ithaca HOUR".
A currencies_accepted should be one of the following types:
Str
opening_hours
openingHours
- Days are specified using
the following two-letter combinations:
Mo
,Tu
,We
,Th
,Fr
,Sa
,Su
. - Times are specified using 24:00 time. For
example, 3pm is specified as
15:00
. - Here is an
example:
<time itemprop="openingHours" datetime="Tu,Th 16:00-20:00">Tuesdays and Thursdays 4-8pm</time>
. - If a business is open 7 days a week, then it can be specified as
<time itemprop="openingHours" datetime="Mo-Su">Monday through Sunday, all day</time>
.
A opening_hours should be one of the following types:
Str
payment_accepted
paymentAccepted
Cash, Credit Card, Cryptocurrency, Local Exchange Tradings System, etc.
A payment_accepted should be one of the following types:
Str
price_range
priceRange
$$$
.
A price_range should be one of the following types:
Str
SEE ALSO
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)