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 v12.0.0

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

_has_item_reviewed

A predicate for the "item_reviewed" attribute.

review_aspect

reviewAspect

This Review or Rating is relevant to this part or facet of the itemReviewed.

A review_aspect should be one of the following types:

Str

_has_review_aspect

A predicate for the "review_aspect" attribute.

review_body

reviewBody

The actual body of the review.

A review_body should be one of the following types:

Str

_has_review_body

A predicate for the "review_body" attribute.

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

_has_review_rating

A predicate for the "review_rating" attribute.

SEE ALSO

SemanticWeb::Schema::CreativeWork

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

This is free software, licensed under:

  The Artistic License 2.0 (GPL Compatible)