anno25.json (328B)
1 { 2 "@context": "http://www.w3.org/ns/anno.jsonld", 3 "id": "http://example.org/anno25", 4 "type": "Annotation", 5 "body": "http://example.org/note1", 6 "target": { 7 "source": "http://example.org/page1.html", 8 "selector": { 9 "type": "XPathSelector", 10 "value": "/html/body/p[2]/table/tr[2]/td[3]/span" 11 } 12 } 13 }