blob: f2866eef56eab626f418418dbecd4d758f2de560 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
{
"@context": "http://www.w3.org/ns/anno.jsonld",
"id": "http://example.org/anno33",
"type": "Annotation",
"body": "http://example.org/note1",
"target": {
"source": "http://example.org/page1",
"state": {
"id": "http://example.org/state1"
}
}
}
|