example11.json (424B)
1 { 2 "@context": "http://www.w3.org/ns/anno.jsonld", 3 "id": "http://example.org/anno11", 4 "type": "Annotation", 5 "motivation": "commenting", 6 "body": { 7 "type": "TextualBody", 8 "value": "These pages together provide evidence of the conspiracy" 9 }, 10 "target": { 11 "type": "Composite", 12 "items": [ 13 "http://example.com/page1", 14 "http://example.org/page6", 15 "http://example.net/page4" 16 ] 17 } 18 }