w3c/web-annotation

wrong type in collection_frame.jsonld?

Opened this issue · 4 comments

eroux commented

collection_frame.jsonld contains

    "type": "Collection",

but this type is not defined in anno.json, shoudn't it be AnnotationCollection instead... or am I missing something?

@w3c/web-annotation this does look like a bug. Anyone got the powers to fix this? 😄

AFAIK, this file only appears in this repository (framing was never part of the standard). @azaroth42 and I have the power to change this; we only have the authority if the community groups nods to it.

@azaroth42 @tcole3

The frames are imported into an Appendix in -vocab: https://www.w3.org/TR/annotation-vocab/#annotation-collection-frame

So I think it's an errata (and we should fix in the repo)

As a user of both the specs and the frame, I can confirm that this is an error that prevents usage of the frame as is. It has to be corrected to "AnnotationCollection".