diff options
Diffstat (limited to 'testing/web-platform/tests/annotation-model/tools/samples/example8.json')
-rw-r--r-- | testing/web-platform/tests/annotation-model/tools/samples/example8.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/testing/web-platform/tests/annotation-model/tools/samples/example8.json b/testing/web-platform/tests/annotation-model/tools/samples/example8.json new file mode 100644 index 0000000000..3187af6574 --- /dev/null +++ b/testing/web-platform/tests/annotation-model/tools/samples/example8.json @@ -0,0 +1,6 @@ +{ + "@context": "http://www.w3.org/ns/anno.jsonld", + "id": "http://example.org/anno8", + "type": "Annotation", + "target": "http://example.org/ebook1" +}
\ No newline at end of file |