1 2 3 4 5 6 7 8 9 10 11 12
{ "@context": "http://www.w3.org/ns/anno.jsonld", "id": "http://example.org/anno5", "type":"Annotation", "body": { "type" : "TextualBody", "value" : "<p>j'adore !</p>", "format" : "text/html", "language" : "fr" }, "target": "http://example.org/photo1" }