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