-
-
04 Apr 2022 11:35:58 UTC
- Distribution: SemanticWeb-Schema
- Module version: v14.0.0
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Repository
- Issues (1)
- Testers
- Kwalitee
Bus factor: 1- 100.00% Coverage
- License: artistic_2
- Perl: v5.10.1
- Activity
24 month- Tools
- Download (638.34KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
Looking for help!
The maintainer of this distribution is looking for people to help them improve this module! If you're interested then please contact them via email.- NAME
- VERSION
- DESCRIPTION
- ATTRIBUTES
- associated_claim_review
- _has_associated_claim_review
- associated_media_review
- _has_associated_media_review
- associated_review
- _has_associated_review
- item_reviewed
- _has_item_reviewed
- negative_notes
- _has_negative_notes
- positive_notes
- _has_positive_notes
- review_aspect
- _has_review_aspect
- review_body
- _has_review_body
- review_rating
- _has_review_rating
- SEE ALSO
- SOURCE
- BUGS
- AUTHOR
- COPYRIGHT AND LICENSE
NAME
SemanticWeb::Schema::Review - A review of an item - for example
VERSION
version v14.0.0
DESCRIPTION
A review of an item - for example, of a restaurant, movie, or store.
ATTRIBUTES
associated_claim_review
associatedClaimReview
An associated SemanticWeb::Schema::ClaimReview, related by specific common content, topic or claim. The expectation is that this property would be most typically used in cases where a single activity is conducting both claim reviews and media reviews, in which case [[relatedMediaReview]] would commonly be used on a SemanticWeb::Schema::ClaimReview, while [[relatedClaimReview]] would be used on SemanticWeb::Schema::MediaReview.
A associated_claim_review should be one of the following types:
_has_associated_claim_review
A predicate for the "associated_claim_review" attribute.
associated_media_review
associatedMediaReview
An associated SemanticWeb::Schema::MediaReview, related by specific common content, topic or claim. The expectation is that this property would be most typically used in cases where a single activity is conducting both claim reviews and media reviews, in which case [[relatedMediaReview]] would commonly be used on a SemanticWeb::Schema::ClaimReview, while [[relatedClaimReview]] would be used on SemanticWeb::Schema::MediaReview.
A associated_media_review should be one of the following types:
_has_associated_media_review
A predicate for the "associated_media_review" attribute.
associated_review
associatedReview
An associated SemanticWeb::Schema::Review.
A associated_review should be one of the following types:
_has_associated_review
A predicate for the "associated_review" attribute.
item_reviewed
itemReviewed
The item that is being reviewed/rated.
A item_reviewed should be one of the following types:
_has_item_reviewed
A predicate for the "item_reviewed" attribute.
negative_notes
negativeNotes
Indicates, in the context of a SemanticWeb::Schema::Review (e.g. framed as 'pro' vs 'con' considerations), negative considerations - either as unstructured text, or a list.
A negative_notes should be one of the following types:
InstanceOf['SemanticWeb::Schema::ItemList']
InstanceOf['SemanticWeb::Schema::ListItem']
InstanceOf['SemanticWeb::Schema::WebContent']
Str
_has_negative_notes
A predicate for the "negative_notes" attribute.
positive_notes
positiveNotes
Indicates, in the context of a SemanticWeb::Schema::Review (e.g. framed as 'pro' vs 'con' considerations), positive considerations - either as unstructured text, or a list.
A positive_notes should be one of the following types:
InstanceOf['SemanticWeb::Schema::ItemList']
InstanceOf['SemanticWeb::Schema::ListItem']
InstanceOf['SemanticWeb::Schema::WebContent']
Str
_has_positive_notes
A predicate for the "positive_notes" 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:
_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-2022 by Robert Rothenberg.
This is free software, licensed under:
The Artistic License 2.0 (GPL Compatible)
Module Install Instructions
To install SemanticWeb::Schema, copy and paste the appropriate command in to your terminal.
cpanm SemanticWeb::Schema
perl -MCPAN -e shell install SemanticWeb::Schema
For more information on module installation, please visit the detailed CPAN module installation guide.