mirror of
https://github.com/servo/servo
synced 2026-04-30 11:27:28 +02:00
19 lines
424 B
JSON
19 lines
424 B
JSON
{
|
|
"@context": "http://www.w3.org/ns/anno.jsonld",
|
|
"id": "http://example.org/anno12",
|
|
"type": "Annotation",
|
|
"motivation": "tagging",
|
|
"body": {
|
|
"type": "TextualBody",
|
|
"value": "important"
|
|
},
|
|
"target": {
|
|
"type": "List",
|
|
"items": [
|
|
"http://example.com/book/page1",
|
|
"http://example.com/book/page2",
|
|
"http://example.com/book/page3",
|
|
"http://example.com/book/page4"
|
|
]
|
|
}
|
|
} |