{
    "@context": "http://iiif.io/api/presentation/3/context.json",
    "id": "https://example.com/manifest.json",
    "type": "Manifest",
    "metadata": [
        {
            "label": {
                "en": [
                    "title"
                ]
            },
            "value": {
                "en": [
                    "Tabula Peutingeriana"
                ]
            }
        },
        {
            "label": {
                "en": [
                    "creation_date"
                ]
            },
            "value": {
                "en": [
                    "2026-04-30T19:10:12.152Z"
                ]
            }
        },
        {
            "label": {
                "en": [
                    "last_update"
                ]
            },
            "value": {
                "en": [
                    "2026-04-30T19:10:12.153Z"
                ]
            }
        },
        {
            "label": {
                "en": [
                    "adno_settings"
                ]
            },
            "value": {
                "en": [
                    "ewogICAgImRlbGF5IjogNSwKICAgICJzaG93TmF2aWdhdG9yIjogdHJ1ZSwKICAgICJ0b29sc2Jhck9uRnMiOiB0cnVlLAogICAgInNpZGViYXJFbmFibGVkIjogdHJ1ZSwKICAgICJzdGFydGJ5Zmlyc3Rhbm5vIjogZmFsc2UsCiAgICAic2hvdWxkQXV0b1BsYXlBbm5vdGF0aW9ucyI6IGZhbHNlLAogICAgInJvdGF0aW9uIjogZmFsc2UsCiAgICAiZGlzcGxheVRvb2xiYXIiOiB0cnVlLAogICAgInRhZ3MiOiBbXSwKICAgICJvdXRsaW5lV2lkdGgiOiAib3V0bGluZS0xcHgiLAogICAgIm91dGxpbmVDb2xvciI6ICJvdXRsaW5lLXdoaXRlIiwKICAgICJvdXRsaW5lQ29sb3JGb2N1cyI6ICJvdXRsaW5lLWZvY3VzLXllbGxvdyIsCiAgICAic2hvd091dGxpbmVzIjogdHJ1ZSwKICAgICJzaG93RXllcyI6IGZhbHNlLAogICAgInNvdW5kTW9kZSI6ICJub19zb3VuZCIsCiAgICAic2hvd0N1cnJlbnRBbm5vdGF0aW9uIjogZmFsc2UKfQ=="
                ]
            }
        }
    ],
    "label": {
        "en": [
            ""
        ],
        "fr": [
            ""
        ]
    },
    "items": [
        {
            "id": "https://example.com/canvas-1",
            "type": "Canvas",
            "height": 6144,
            "width": 113664,
            "items": [
                {
                    "id": "https://example.com/annotation-page/canvas-1/annopage-1",
                    "type": "AnnotationPage",
                    "items": [
                        {
                            "id": "https://example.com/annotation/canvas-1/annopage-1/anno-1",
                            "type": "Annotation",
                            "motivation": "painting",
                            "body": {
                                "id": "https://iiif.omnesviae.org/image/peutinger.tiff",
                                "type": "Image",
                                "format": "image/jpeg",
                                "service": [
                                    {
                                        "id": "https://iiif.omnesviae.org/image/peutinger.tiff",
                                        "type": "ImageService3",
                                        "profile": "level1"
                                    }
                                ],
                                "height": 6144,
                                "width": 113664
                            },
                            "target": "https://example.com/canvas-1"
                        }
                    ]
                }
            ],
            "annotations": [
                {
                    "id": "https://example.com/canvas-1/annopage-2",
                    "type": "AnnotationPage",
                    "items": []
                }
            ]
        }
    ]
}