mirror of
https://github.com/ManchildProductions/UXP-Fixed.git
synced 2026-06-12 23:19:01 +00: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"
|
|
}
|
|
}
|
|
} |