Skip to content

Instantly share code, notes, and snippets.

@rsimon
Last active November 21, 2019 14:31
Show Gist options
  • Save rsimon/14a3fc20a3e87e1911e04b48a4e10c27 to your computer and use it in GitHub Desktop.
Save rsimon/14a3fc20a3e87e1911e04b48a4e10c27 to your computer and use it in GitHub Desktop.
Recogito IIIF + WebAnno example

Example IIIF image, annotated in Recogito

View online:
https://recogito.pelagios.org/document/xexvcjoknbaumd/part/1/edit

The IIIF source is this image API manifest:
https://iiif.bodleian.ox.ac.uk/iiif/image/467a8da6-02b6-4643-a376-4b0afaff6ab7/info.json

Annotations in JSON-LD WebAnno format are at
https://recogito.pelagios.org/document/xexvcjoknbaumd/downloads/annotations/jsonld



Notes about the annotation format:

  • Every annotation has a single target with a FragmentSelector (xywh bounding box)
  • Every annotatoin has multiple bodies
    • TextualBody for transcriptions ("purpose": "transcribing") and comments ("purpose": "commenting")
    • SpecificResource for geo-resolution info ("purpose": "identifying")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment