mirror of
https://github.com/servo/servo
synced 2026-04-30 11:27:28 +02:00
12 lines
281 B
JSON
12 lines
281 B
JSON
{
|
|
"@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"
|
|
} |