{
    "@context": "http://iiif.io/api/presentation/2/context.json",
    "@id": "https://dravya.ccras.res.in/manifests/manifest-281.json",
    "@type": "sc:Manifest",
    "label": "Pinus roxburghii",
    "metadata": [
        {
            "label": "Latin Name",
            "value": "Pinus roxburghii"
        },
        {
            "label": "Sanskrit Name",
            "value": "Sarala"
        },
        {
            "label": "Family",
            "value": ""
        }
    ],
    "sequences": [
        {
            "@type": "sc:Sequence",
            "canvases": [
                {
                    "@id": "https://dravya.ccras.res.in/canvas/281",
                    "@type": "sc:Canvas",
                    "label": "Pinus roxburghii",
                    "height": 500,
                    "width": 300,
                    "thumbnail": {
                        "@id": "https://dravya.ccras.res.in/resources/views/admin/required/upload/"
                    },
                    "images": [
                        {
                            "@type": "oa:Annotation",
                            "motivation": "sc:painting",
                            "resource": {
                                "@id": "https://dravya.ccras.res.in/resources/views/admin/required/upload/",
                                "@type": "dctypes:Image",
                                "format": "image/jpeg",
                                "height": 500,
                                "width": 300
                            },
                            "on": "https://dravya.ccras.res.in/canvas/281"
                        }
                    ]
                }
            ]
        }
    ]
}