blob: 4844979a241072cec86a4287a89686b5fc71c714 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
{
"@context": "http://www.w3.org/ns/anno.jsonld",
"id": "http://example.org/anno27",
"type": "Annotation",
"body": "http://example.org/review1",
"target": {
"source": "http://example.org/ebook1",
"selector": {
"type": "TextPositionSelector",
"start": 412,
"end": 795
}
}
}
|