{
    "@context": "http://iiif.io/api/presentation/4/context.json",
    "id": "https://iiif.io/api/presentation/4.0/example/uc07_image_composite.json",
    "type": "Manifest",
    "label": {
        "en": [
            "Use case 7: Composite of two canvases"
        ]
    },
    "items": [
        {
            "id": "https://iiif.io/api/presentation/4.0/example/uc07/canvas/1",
            "type": "Canvas",

      "label": {
        "fr": [
          "f. 033v-034r [Chilpéric Ier tue Galswinthe, se remarie et est assassiné] - reconstitué"
        ]
      },
      "width": 14432,
      "height": 10624,
      "items": [
        {
          "id": "https://iiif.io/api/presentation/4.0/example/uc07_image_composite/canvas/1/annotations",
          "type": "AnnotationPage",
          "items": [
            {
              "id": "https://iiif.io/api/presentation/4.0/example/uc07_image_composite/canvas/1/annotations/1",
              "type": "Annotation",
              "motivation": [ "painting" ],
              "body": {
                "id": "https://iiif.io/api/presentation/4.0/example/uc07_image_composite_source_b/canvas/1",
                "type": "Canvas",
                "partOf": [
                    {  
                        "id": "https://iiif.io/api/presentation/4.0/example/uc07_image_composite_source_b.json",
                        "type": "Manifest"
                    }
                ]
              },
              "target": {
                "id": "https://iiif.io/api/presentation/4.0/example/uc07_image_composite_source_a/canvas/1",
                "type": "Canvas"
              }
            },
            {
              "id": "https://iiif.io/api/presentation/4.0/example/uc07_image_composite/canvas/1/annotations/2",
              "type": "Annotation",
              "motivation": [ "painting" ],
              "body": {
                "id": "https://iiif.io/api/presentation/4.0/example/uc07_image_composite_source_a/canvas/1",
                "type": "Canvas",
                "partOf": [
                    {  
                        "id": "https://iiif.io/api/presentation/4.0/example/uc07_image_composite_source_a.json",
                        "type": "Manifest"
                    }
                ]
              },
              "target": {
                "id": "https://iiif.io/api/presentation/4.0/example/uc07/canvas/1#xywh=7898,1988,2182,2464",
                "type": "Canvas"
              }
            }
          ]
        }
      ]
    }
  ]
}
