Are annotations designed to be co-authored or just exported? #17
Replies: 3 comments
-
I don't think that the W3C Web Annotation Data Model considers "annotations about annotations". I agree that the use case is interesting. |
Beta Was this translation helpful? Give feedback.
-
The Web Annot model fully supports commenting on comments. IIRC there is even an example of how to do so. It works by having the But yes, doing so would add requirements for RS, no question. This may not be something you need for v1 of your proposal, but I would think it should at least be tracked for the future. |
Beta Was this translation helpful? Give feedback.
-
OK, I didn't see any sample of chained annotations in the W3C spec but this is feasible by design. As it would be a complex task for reading systems to support such a feature, and is something we don't see in the wild today, let's move this issue to a discussion and study it in the context of a V2 or level-aware specification. |
Beta Was this translation helpful? Give feedback.
-
When designing an annotation model around the Web Annots Data Model, one thing that needs to be considered is whether there is an expectation that more than one user can author a given annotation - or possibly "comment on a comment", or even just "like it".
This current design does not provide for those co-authoring/shared reviewing scenarios. If that is what is intended, please feel free to close this issue. however, if you do wish to support that use case, then there are bunch of changes required.
Beta Was this translation helpful? Give feedback.
All reactions