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

Collection JSON-LD frame: "False" should be false #422

Open kba opened 7 years ago

kba commented 7 years ago

In https://www.w3.org/TR/annotation-vocab/#annotation-collection-frame

  "first": [{"@embed": "False"}],
  "last": [{"@embed": "False"}]

should be

  "first": [{"@embed": false}],
  "last": [{"@embed": false}]