NAME

SemanticWeb::Schema::AggregateRating - The average rating based on multiple ratings or reviews.

VERSION

version v0.0.4

DESCRIPTION

The average rating based on multiple ratings or reviews.

ATTRIBUTES

item_reviewed

itemReviewed

The item that is being reviewed/rated.

A item_reviewed should be one of the following types:

InstanceOf['SemanticWeb::Schema::Thing']

rating_count

ratingCount

The count of total number of ratings.

A rating_count should be one of the following types:

InstanceOf['SemanticWeb::Schema::Integer']

review_count

reviewCount

The count of total number of reviews.

A review_count should be one of the following types:

InstanceOf['SemanticWeb::Schema::Integer']

SEE ALSO

SemanticWeb::Schema::Rating

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)