{
    "@context": "http://iiif.io/api/presentation/3/context.json",
    "id": "https://example.org/iiif/collection/my-great-collection",
    "type": "Collection",
    "label": {
        "en": [
            "My Great IIIF Collection"
        ]
    },
    "items": [
        {
            "id": "https://passionistarchives.ie/wp-content/uploads/2025/10/test1fixed-1.json",
            "label": {
                "en": [
                    "AM1"
                ]
            },
            "type": "Manifest"
        },
        {
            "id": "https://passionistarchives.ie/wp-content/uploads/2025/10/test2fixed.json",
            "label": {
                "en": [
                    "Am2"
                ]
            },
            "type": "Manifest"
        },
        {
            "id": "https://passionistarchives.ie/wp-content/uploads/2025/10/test3fixed.json",
            "label": {
                "en": [
                    "am3"
                ]
            },
            "type": "Manifest"
        }
    ]
}