example9.json (315B)
1 { 2 "@context": "http://www.w3.org/ns/anno.jsonld", 3 "id": "http://example.org/anno9", 4 "type": "Annotation", 5 "body": [ 6 "http://example.org/description1", 7 { 8 "type": "TextualBody", 9 "value": "tag1" 10 } 11 ], 12 "target": [ 13 "http://example.org/image1", 14 "http://example.org/image2" 15 ] 16 }