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