mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
12 lines
No EOL
281 B
JSON
12 lines
No EOL
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"
|
|
} |