| { | |
| "@context": "http://www.w3.org/ns/anno.jsonld", | |
| "id": "http://example.org/anno12", | |
| "type": "Annotation", | |
| "motivation": "tagging", | |
| "body": { | |
| "type": "TextualBody", | |
| "value": "important" | |
| }, | |
| "target": { | |
| "type": "List", | |
| "items": [ | |
| "http://example.com/book/page1", | |
| "http://example.com/book/page2", | |
| "http://example.com/book/page3", | |
| "http://example.com/book/page4" | |
| ] | |
| } | |
| } |