summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/annotation-model/tools/samples/example3.json
blob: c390905ebb9a1716187003dbe02c6070fe50ec00 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "@context": "http://www.w3.org/ns/anno.jsonld",
  "id": "http://example.org/anno3",
  "type": "Annotation",
  "body": {
    "id": "http://example.org/video1",
    "type": "Video"
  },
  "target": {
    "id": "http://example.org/website1",
    "type": "Text"
  }
}