Open
Description
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}]
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}]