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