diff options
Diffstat (limited to 'testing/web-platform/tests/annotation-model/tools/samples/example17.json')
-rw-r--r-- | testing/web-platform/tests/annotation-model/tools/samples/example17.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/testing/web-platform/tests/annotation-model/tools/samples/example17.json b/testing/web-platform/tests/annotation-model/tools/samples/example17.json new file mode 100644 index 0000000000..056b8e4f53 --- /dev/null +++ b/testing/web-platform/tests/annotation-model/tools/samples/example17.json @@ -0,0 +1,12 @@ +{ + "@context": "http://www.w3.org/ns/anno.jsonld", + "id": "http://example.org/anno17", + "type": "Annotation", + "motivation": "commenting", + "body": "http://example.net/comment1", + "target": { + "id": "http://example.com/video1", + "type": "Video", + "accessibility": "captions" + } +}
\ No newline at end of file |