Looking for help!
The maintainer of this distribution is looking for people to help them improve this module!
If you're interested then please contact them via
email.
NAME
SemanticWeb::Schema::CivicStructure - A public structure
VERSION
version v3.8.1
DESCRIPTION
A public structure, such as a town hall or concert hall.
ATTRIBUTES
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
SEE ALSO
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)