summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/annotation-protocol/files/annotations/anno13.json
blob: 8bf663330dacd06292232888f3d81b6c39b69ed5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "@context": "http://www.w3.org/ns/anno.jsonld",
  "id": "http://example.org/anno13",
  "type": "Annotation",
  "motivation": "classifying",
  "body": "http://example.org/vocab/art/portrait",
  "target": {
    "type": "Independents",
    "items": [
      "http://example.com/image1",
      "http://example.net/image2",
      "http://example.com/image4",
      "http://example.org/image9"
    ]
  }
}