diff options
Diffstat (limited to 'testing/web-platform/tests/annotation-protocol/files/annotations/anno2.jsonld')
-rw-r--r-- | testing/web-platform/tests/annotation-protocol/files/annotations/anno2.jsonld | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/web-platform/tests/annotation-protocol/files/annotations/anno2.jsonld b/testing/web-platform/tests/annotation-protocol/files/annotations/anno2.jsonld new file mode 100644 index 0000000000..22e96e11c8 --- /dev/null +++ b/testing/web-platform/tests/annotation-protocol/files/annotations/anno2.jsonld @@ -0,0 +1,11 @@ +{ + "@context": "http://www.w3.org/ns/anno.jsonld", + "id": "/annotations/anno2.jsonld", + "type": "Annotation", + "created": "2015-02-31T12:03:45Z", + "body": { + "type": "TextualBody", + "value": "Great resource!" + }, + "target": "http://www.w3c.org/" +} |