-
-
Save caasi/375d4be1730e7aa90599dc4af1d360da to your computer and use it in GitHub Desktop.
hypothesis annotation row
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
// 群組 | |
"group":"__world__", | |
// 定位文字用的資訊 | |
"target":[ | |
{ | |
// URL | |
"source":"https://cindylinz.github.io/Article/2018.1.27-legal-low-paid-job.html", | |
// 以三組 selector 定位文字 | |
"selector":[ | |
// range selector | |
// https://www.w3.org/TR/annotation-model/#range-selector | |
{ | |
"endContainer":"/article[1]/div[2]/p[7]", | |
"startContainer":"/article[1]/div[2]/p[7]", | |
"type":"RangeSelector", | |
"startOffset":1, | |
"endOffset":3 | |
}, | |
// text position selector | |
// https://www.w3.org/TR/annotation-model/#text-position-selector | |
{ | |
"type":"TextPositionSelector", | |
"end":2019, | |
"start":2017 | |
}, | |
// text quote selector | |
// https://www.w3.org/TR/annotation-model/#text-quote-selector | |
{ | |
"exact":"\u7de8\u6309", | |
"prefix":"\u66f4\u591a\u7684\u8cbb\u7528\u4e86! \u5f31\u52e2\u52de\u5de5\u4e5f\u662f\u946b\u8482\u5927\u5e1d\u5fc3\u4e2d\u6700\u8edf\u7684\u4e00\u584a! (\u56bc\n\n(", | |
"type":"TextQuoteSelector", | |
"suffix":": \u9019\u500b\u65b9\u6cd5\u9084\u662f\u6709\u4e00\u4e9b\u6210\u672c\u5728, \u96d6\u7136\u5df2\u7d93\u883b\u4f4e\u7684\u4e86.. \u4f46\u76f8\u5c0d\u4f86\u8aaa" | |
} | |
] | |
} | |
], | |
// 此 annotation 的各種 URL | |
"links":{ | |
"json":"https://hypothes.is/api/annotations/iCO5Yg-3EeiBo_fAwZdm7w", | |
"html":"https://hypothes.is/a/iCO5Yg-3EeiBo_fAwZdm7w", | |
"incontext":"https://hyp.is/iCO5Yg-3EeiBo_fAwZdm7w/cindylinz.github.io/Article/2018.1.27-legal-low-paid-job.html" | |
}, | |
// 標籤 | |
"tags":[ | |
], | |
// annotation 內文 | |
"text":"\u81ea\u554f\u81ea\u7b54\u54ea\u4f86\u7684\u300c\u7de8\u300dw", | |
// 日期 | |
"created":"2018-02-12T05:42:37.159693+00:00", | |
"updated":"2018-02-12T05:42:37.159693+00:00", | |
"uri":"https://cindylinz.github.io/Article/2018.1.27-legal-low-paid-job.html", | |
// 此 annotation 是否被使用者標記檢舉 | |
"flagged":false, | |
"user_info":{ | |
"display_name":"caasi Huang" | |
}, | |
"user":"acct:[email protected]", | |
"hidden":false, | |
"document":{ | |
"title":[ | |
"\u946b\u8482\u5927\u5e1d\u7cfb\u5217 - \u4f4e\u65bc\u57fa\u672c\u5de5\u8cc7\u7684\u5408\u6cd5\u5de5\u4f5c" | |
] | |
}, | |
// annotation 內部 id | |
"id":"iCO5Yg-3EeiBo_fAwZdm7w", | |
// 權限細項 | |
"permissions":{ | |
"read":[ | |
"group:__world__" | |
], | |
"admin":[ | |
"acct:[email protected]" | |
], | |
"update":[ | |
"acct:[email protected]" | |
], | |
"delete":[ | |
"acct:[email protected]" | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment