Annotating

From Wikidocumentaries
Revision as of 14:59, 22 December 2018 by Susanna Ånäs (talk | contribs) (Created page with "We investigate the idea of adding links to Wikipedia articles, either to red links of plain text. The annotations should follow a standard format, the collected data should m...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

We investigate the idea of adding links to Wikipedia articles, either to red links of plain text.

The annotations should follow a standard format, the collected data should match.

  • type: Annotation?
  • body: The source document URL
  • target:
    • source:

Selectors

Xpath

  • selector: (for a redlink)
    • type: "XPathSelector",
    • value: xpath selector

CSS selector

Text Quote Selector

"selector": {
   "type": "TextQuoteSelector",
   "exact": "anotation",
   "prefix": "this is an ",
   "suffix": " that has some"

TextPositionSelector

{
  "@context": "http://www.w3.org/ns/anno.jsonld",
  "id": "http://example.org/anno24",
  "type": "Annotation",
  "body": "http://example.org/review1",
  "target": {
    "source": "http://example.org/ebook1",
    "selector": {
      "type": "TextPositionSelector",
      "start": 412,
      "end": 795
    }
  }
}