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

NAME

SemanticWeb::Schema::Review - A review of an item - for example

VERSION

version v0.0.1

DESCRIPTION

A review of an item - for example, of a restaurant, movie, or store.

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

review_body

reviewBody

The actual body of the review.

A review_body should be one of the following types:

Str

review_rating

reviewRating

The rating given in this review. Note that reviews can themselves be rated. The reviewRating applies to rating given by the review. The aggregateRating property applies to the review itself, as a creative work.

A review_rating should be one of the following types:

InstanceOf['SemanticWeb::Schema::Rating']

SEE ALSO

SemanticWeb::Schema::CreativeWork

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)