blob: 9f821d22fb2bf7f388ac103d3ae4fdb5ac537855 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
{
"@context": "http://www.w3.org/ns/anno.jsonld",
"id": "http://example.org/anno7",
"type":"Annotation",
"body": {
"type": "TextualBody",
"value": "Comment text",
"format": "text/plain"
},
"target": "http://example.org/target1"
}
|