blob: 1777fd781b8532daf825871e7c269e491969c95e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
{
"@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"
}
}
}
|