w3c / web-annotation

Web Annotation Working Group repository, see README for links to specs
https://w3c.github.io/web-annotation/
Other
141 stars 30 forks source link

wrong type in collection_frame.jsonld? #440

Open eroux opened 5 years ago

eroux commented 5 years ago

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?

BigBlueHat commented 5 years ago

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

iherman commented 5 years ago

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

azaroth42 commented 5 years ago

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)

stexandev commented 1 year ago

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