You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 27, 2022. It is now read-only.
For Review I suggest the following properties (beyond those in CreativeWork):
itemReviewed : Thing (as defined in schema.org)
reviewAspect : Text (as defined in schema.org)
I don't think we should add reviewRating at this time (wait until there is a need for that) and reviewBody does not need to be added since it is provided for by content on CreativeWork (but we should provide an alias). See also Google's structured data recommendations for reviews: https://developers.google.com/search/docs/data-types/review-snippet.
For Comment I suggest the following properties (beyond those in CreativeWork):
parentItem : Comment (as defined in schema.org)
replies: Comment[] (a custom extension)
I am proposing replies because it makes more sense for in-memory and visual (HTML) representation of inter-comment relations. replies is similar to items for List.
The text was updated successfully, but these errors were encountered:
This is a proposal to add two new
CreativeWork
types:Review
andComment
.These will be used to implement reviews of executable preprints, specifically as the target for decoding of source content such as Google Comments and GitHub PRs as well as semantic selectors for CSS styling in Thema.
For
Review
I suggest the following properties (beyond those inCreativeWork
):itemReviewed
:Thing
(as defined in schema.org)reviewAspect
:Text
(as defined in schema.org)I don't think we should add
reviewRating
at this time (wait until there is a need for that) andreviewBody
does not need to be added since it is provided for bycontent
onCreativeWork
(but we should provide an alias). See also Google's structured data recommendations for reviews: https://developers.google.com/search/docs/data-types/review-snippet.For
Comment
I suggest the following properties (beyond those inCreativeWork
):parentItem
:Comment
(as defined in schema.org)replies
:Comment[]
(a custom extension)I am proposing
replies
because it makes more sense for in-memory and visual (HTML) representation of inter-comment relations.replies
is similar toitems
forList
.The text was updated successfully, but these errors were encountered: