[go: nahoru, domu]

Skip to content

Commit

Permalink
Adding UserReview and CriticReview, the latter needed for both #1589
Browse files Browse the repository at this point in the history
…and #1525.
  • Loading branch information
danbri committed Apr 26, 2017
1 parent c927742 commit 81230e9
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions data/ext/pending/issue-1589.rdfa
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<div>

<div typeof="rdfs:Class" resource="http://schema.org/CriticReview">
<span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Review">Review</a></span>
<span class="h" property="rdfs:label">CriticReview</span>
<span property="rdfs:comment">A [[CriticReview]] is a more specialized form of Review written or published by a source that is recognized for its reviewing activities. These can include online columns, travel and food guides, TV and radio shows, blogs and other independent Web sites. [[CriticReview]]s are typically more in-depth and professionally written. For simpler, casually written user/visitor/viewer/customer reviews, it is more appropriate to use the [[UserReview]] type. aggregator sites such as Metacritic already separate out the site's user reviews from selected critic reviews that originate from third-party sources.</span>
<span property="schema:category">issue-1589</span>
<a property="dc:source" href="https://github.com/schemaorg/schemaorg/issues/1589">#1589</a>
<link property="http://schema.org/isPartOf" href="http://pending.schema.org" />
</div>

<div typeof="rdfs:Class" resource="http://schema.org/UserReview">
<span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Review">Review</a></span>
<span class="h" property="rdfs:label">UserReview</span>
<span property="rdfs:comment">A review created by an end-user (e.g. consumer, purchaser, attendee etc.), in contrast with [[CriticReview]].</span>
<span property="schema:category">issue-1589</span>
<a property="dc:source" href="https://github.com/schemaorg/schemaorg/issues/1589">#1589</a>
<link property="http://schema.org/isPartOf" href="http://pending.schema.org" />
</div>

</div>

0 comments on commit 81230e9

Please sign in to comment.