| { | |
| "@context": "http://www.w3.org/ns/anno.jsonld", | |
| "id": "http://example.org/anno26", | |
| "type": "Annotation", | |
| "body": "http://example.org/comment1", | |
| "target": { | |
| "source": "http://example.org/page1", | |
| "selector": { | |
| "type": "TextQuoteSelector", | |
| "exact": "anotation", | |
| "prefix": "this is an ", | |
| "suffix": " that has some" | |
| } | |
| } | |
| } |