The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

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

VERSION

version v23.0.0

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']

_has_item_reviewed

A predicate for the "item_reviewed" attribute.

rating_count

ratingCount

The count of total number of ratings.

A rating_count should be one of the following types:

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

_has_rating_count

A predicate for the "rating_count" attribute.

review_count

reviewCount

The count of total number of reviews.

A review_count should be one of the following types:

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

_has_review_count

A predicate for the "review_count" attribute.

SEE ALSO

SemanticWeb::Schema::Rating

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-2023 by Robert Rothenberg.

This is free software, licensed under:

  The Artistic License 2.0 (GPL Compatible)