{
    "@context": "http://iiif.io/api/presentation/2/context.json",
    "@id": "https://iiif-manifest.library.vanderbilt.edu/gallery/2002/2002.012.json",
    "@type": "sc:Manifest",
    "label": "The Harling Gate",
    "description": "painting by John Crome",
    "logo": "https://iiif.library.vanderbilt.edu/iiif/2/vu_gallery_logo.png/full/!100,100/0/default.jpg",
    "attribution": "Provided by Vanderbilt University Fine Arts Gallery",
    "metadata": [
        {
            "label": "Artist",
            "value": "John Crome"
        },
        {
            "label": "Accession Number",
            "value": "2002.012"
        },
        {
            "label": "Creation Year",
            "value": "1817 CE"
        },
        {
            "label": "Title",
            "value": "The Harling Gate"
        }
    ],
    "viewingDirection": "left-to-right",
    "viewingHint": "individuals",
    "sequences": [
        {
            "@type": "sc:Sequence",
            "label": "The Harling Gate",
            "canvases": [
                {
                    "@id": "https://iiif-manifest.library.vanderbilt.edu/gallery/2002/2002.012.json_1",
                    "@type": "sc:Canvas",
                    "width": 2334,
                    "height": 2826,
                    "label": "The Harling Gate",
                    "images": [
                        {
                            "@type": "oa:Annotation",
                            "motivation": "sc:painting",
                            "resource": {
                                "@id": "https://iiif.library.vanderbilt.edu/iiif/2/gallery%2F2002%2F2002.012.jpg/full/full/0/default.jpg",
                                "@type": "dctypes:Image",
                                "format": "image/jpeg",
                                "width": 2334,
                                "height": 2826,
                                "service": {
                                    "@context": "http://iiif.io/api/image/2/context.json",
                                    "@id": "https://iiif.library.vanderbilt.edu/iiif/2/gallery%2F2002%2F2002.012.jpg",
                                    "profile": "http://iiif.io/api/image/2/level2.json"
                                }
                            },
                            "on": "https://iiif-manifest.library.vanderbilt.edu/gallery/2002/2002.012.json_1"
                        }
                    ],
                    "thumbnail": {
                        "@id": "https://iiif.library.vanderbilt.edu/iiif/2/gallery%2F2002%2F2002.012.jpg/full/!100,100/0/default.jpg",
                        "@type": "dctypes:Image",
                        "format": "image/jpeg",
                        "width": 100,
                        "height": 100
                    }
                }
            ]
        }
    ]
}