Looking for help!
NAME
SemanticWeb::Schema::Rating - A rating is an evaluation on a numeric scale
VERSION
version v0.0.4
DESCRIPTION
A rating is an evaluation on a numeric scale, such as 1 to 5 stars.
ATTRIBUTES
author
The author of this content or rating. Please note that author is special in that HTML 5 provides a special mechanism for indicating authorship via the rel tag. That is equivalent to this and may be used interchangeably.
A author should be one of the following types:
best_rating
bestRating
The highest value allowed in this rating system. If bestRating is omitted, 5 is assumed.
A best_rating should be one of the following types:
Num
Str
rating_value
ratingValue
The rating for the content.
A rating_value should be one of the following types:
Str
Num
worst_rating
worstRating
The lowest value allowed in this rating system. If worstRating is omitted, 1 is assumed.
A worst_rating should be one of the following types:
Num
Str
SEE ALSO
SemanticWeb::Schema::Intangible
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)