Annotations for https://iiif.gdmrdigital.com/nlw/bor.json

https://iiif.gdmrdigital.com/nlw/bor.json

The list of canvases which have annotations are below. There is a link to the Annotation List which can be downloaded and linked to the manifest. This is done by adding a otherContent section to the relevant canvas in the manifest. For example:

{
    "@id": "https://damsssl.llgc.org.uk/iiif/2.0/4642022/canvas/4642168.json",
    "@type": "sc:Canvas",
    "images": [
    ...
    ],
    "otherContent": [ {
        "@id": "http://example.com/sas/annotation/list/a07684b52097d15ca7295f346cf643f3.json",
        "@type": "sc:AnnotationList",
        "label": "My fantastic annotations"
    }]
}