mirror of
https://github.com/servo/servo
synced 2026-04-30 11:27:28 +02:00
15 lines
366 B
JSON
15 lines
366 B
JSON
{
|
|
"@context": "http://www.w3.org/ns/anno.jsonld",
|
|
"id": "http://example.org/anno26",
|
|
"type": "Annotation",
|
|
"body": "http://example.org/comment1",
|
|
"target": {
|
|
"source": "http://example.org/page1",
|
|
"selector": {
|
|
"type": "TextQuoteSelector",
|
|
"exact": "anotation",
|
|
"prefix": "this is an ",
|
|
"suffix": " that has some"
|
|
}
|
|
}
|
|
} |