mirror of
https://github.com/servo/servo
synced 2026-04-30 03:17:15 +02:00
15 lines
383 B
JSON
15 lines
383 B
JSON
{
|
|
"@context": "http://www.w3.org/ns/anno.jsonld",
|
|
"id": "http://example.org/anno23",
|
|
"type": "Annotation",
|
|
"body": {
|
|
"source": "http://example.org/video1",
|
|
"purpose": "describing",
|
|
"selector": {
|
|
"type": "FragmentSelector",
|
|
"conformsTo": "http://www.w3.org/TR/media-frags/",
|
|
"value": "t=30,60"
|
|
}
|
|
},
|
|
"target": "http://example.org/image1"
|
|
} |