anno12.json (424B)
1 { 2 "@context": "http://www.w3.org/ns/anno.jsonld", 3 "id": "http://example.org/anno12", 4 "type": "Annotation", 5 "motivation": "tagging", 6 "body": { 7 "type": "TextualBody", 8 "value": "important" 9 }, 10 "target": { 11 "type": "List", 12 "items": [ 13 "http://example.com/book/page1", 14 "http://example.com/book/page2", 15 "http://example.com/book/page3", 16 "http://example.com/book/page4" 17 ] 18 } 19 }