mirror of
https://github.com/servo/servo
synced 2026-04-30 03:17:15 +02:00
13 lines
267 B
JSON
13 lines
267 B
JSON
{
|
|
"@context": "http://www.w3.org/ns/anno.jsonld",
|
|
"id": "http://example.org/anno3",
|
|
"type": "Annotation",
|
|
"body": {
|
|
"id": "http://example.org/video1",
|
|
"type": "Video"
|
|
},
|
|
"target": {
|
|
"id": "http://example.org/website1",
|
|
"type": "Text"
|
|
}
|
|
} |