summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/annotation-protocol/files/annotations/anno1.jsonld
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/annotation-protocol/files/annotations/anno1.jsonld')
-rw-r--r--testing/web-platform/tests/annotation-protocol/files/annotations/anno1.jsonld11
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/web-platform/tests/annotation-protocol/files/annotations/anno1.jsonld b/testing/web-platform/tests/annotation-protocol/files/annotations/anno1.jsonld
new file mode 100644
index 000000000..0e1729ae7
--- /dev/null
+++ b/testing/web-platform/tests/annotation-protocol/files/annotations/anno1.jsonld
@@ -0,0 +1,11 @@
+{
+ "@context": "http://www.w3.org/ns/anno.jsonld",
+ "id": "/annotations/anno1.jsonld",
+ "type": "Annotation",
+ "created": "2015-01-31T12:03:45Z",
+ "body": {
+ "type": "TextualBody",
+ "value": "I like this page!"
+ },
+ "target": "/index.html"
+}