mirror of
https://github.com/servo/servo
synced 2026-04-30 19:37:43 +02:00
19 lines
383 B
JSON
19 lines
383 B
JSON
{
|
|
"@context": "http://www.w3.org/ns/anno.jsonld",
|
|
"id": "http://example.org/anno10",
|
|
"type": "Annotation",
|
|
"body": {
|
|
"type": "Choice",
|
|
"items": [
|
|
{
|
|
"id": "http://example.org/note1",
|
|
"language": "en"
|
|
},
|
|
{
|
|
"id": "http://example.org/note2",
|
|
"language": "fr"
|
|
}
|
|
]
|
|
},
|
|
"target": "http://example.org/website1"
|
|
} |