The Welsh Book of Remembrance 1928

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/4642029.json",
    "@type": "sc:Canvas",
    "images": [
    ...
    ],
    "otherContent": [ {
        "@id": "http://example.com/sas/annotation/list/d65a73dbdae9e0623fd715a3d212122d.json",
        "@type": "sc:AnnotationList",
        "label": "My fantastic annotations"
    }]
}