web-annotation icon indicating copy to clipboard operation
web-annotation copied to clipboard

wrong type in collection_frame.jsonld?

Open eroux opened this issue 7 years ago • 4 comments

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?

eroux avatar Aug 31 '18 12:08 eroux

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

BigBlueHat avatar Oct 03 '18 14:10 BigBlueHat

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

iherman avatar Oct 03 '18 16:10 iherman

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)

azaroth42 avatar Oct 03 '18 16:10 azaroth42

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".

stexandev avatar Mar 31 '23 13:03 stexandev