blob: 96796db9a0ba02076f0b514f71814f7c7863e399 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
{
"@context": "http://www.w3.org/ns/anno.jsonld",
"id": "http://example.org/anno37",
"type": "Annotation",
"stylesheet": "http://example.org/style1",
"body": "http://example.org/comment1",
"target": {
"source": "http://example.org/document1",
"styleClass": "red"
}
}
|