mirror of
https://github.com/servo/servo
synced 2026-04-30 11:27:28 +02:00
19 lines
449 B
JSON
19 lines
449 B
JSON
{
|
|
"@context": "http://www.w3.org/ns/anno.jsonld",
|
|
"id": "http://example.org/anno18",
|
|
"type": "Annotation",
|
|
"motivation": "bookmarking",
|
|
"body": [
|
|
{
|
|
"type": "TextualBody",
|
|
"value": "readme",
|
|
"purpose": "tagging"
|
|
},
|
|
{
|
|
"type": "TextualBody",
|
|
"value": "A good description of the topic that bears further investigation",
|
|
"purpose": "describing"
|
|
}
|
|
],
|
|
"target": "http://example.com/page1"
|
|
} |