anno26.json (366B)
1 { 2 "@context": "http://www.w3.org/ns/anno.jsonld", 3 "id": "http://example.org/anno26", 4 "type": "Annotation", 5 "body": "http://example.org/comment1", 6 "target": { 7 "source": "http://example.org/page1", 8 "selector": { 9 "type": "TextQuoteSelector", 10 "exact": "anotation", 11 "prefix": "this is an ", 12 "suffix": " that has some" 13 } 14 } 15 }