Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add domainIncludes RsvpAction to comment property #183

Closed
danbri opened this issue Nov 21, 2014 · 2 comments
Closed

Add domainIncludes RsvpAction to comment property #183

danbri opened this issue Nov 21, 2014 · 2 comments
Assignees
Labels
schema.org vocab General top level tag for issues on the vocabulary

Comments

@danbri
Copy link
Contributor

danbri commented Nov 21, 2014

http://schema.org/RsvpAction

It has been suggested that RsvpAction descriptions would benefit from having ability to associate a comment.

See also a similiar point in #300 and ReplyAction and Answer from @vholland

@danbri danbri added the schema.org vocab General top level tag for issues on the vocabulary label Nov 21, 2014
@danbri danbri self-assigned this Nov 21, 2014
@danbri danbri added this to the sdo-stantz release milestone Nov 21, 2014
@danbri danbri changed the title Add domainIncludes comment to RsvpAction Add domainIncludes RsvpAction to comment property Nov 21, 2014
@danbri
Copy link
Contributor Author

danbri commented Feb 7, 2015

In the spirit of re-using rather than duplicating our existing noun-oriented types, I think we should do this. Queueing an implementation for sdo-gozer. I'm also modernizing its range to permit Comment type as a value (long overdue). Definitions would then be:

<div typeof="rdf:Property" resource="http://schema.org/comment">
  <span class="h" property="rdfs:label">comment</span>
  <span property="rdfs:comment">Comments, typically from users, on this CreativeWork.</span>
  <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/CreativeWork">CreativeWork</a></span>
  <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/RsvpAction">RsvpAction</a></span>
  <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/UserComments">UserComments</a></span>
  <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Comment">Comment</a></span>
</div>

@danbri
Copy link
Contributor Author

danbri commented Apr 16, 2015

Per discussion on the commit, one final change:

  • "Comments, typically from users, on this CreativeWork." becomes "Comments, typically from users."

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
schema.org vocab General top level tag for issues on the vocabulary
Projects
None yet
Development

No branches or pull requests

1 participant