{
  "@context": "http://iiif.io/api/presentation/3/context.json",
  "id": "https://iiif.io/api/cookbook/recipe/0006-text-language/manifest.json",
  "type": "Manifest",
  "label": {
    "en": [
      "Whistler's Mother"
    ],
    "fr": [
      "La Mère de Whistler"
    ]
  },
  "metadata": [
    {
      "label": {
        "en": [
          "Creator"
        ],
        "fr": [
          "Auteur"
        ]
      },
      "value": {
        "none": [
          "Whistler, James Abbott McNeill"
        ]
      }
    },
    {
      "label": {
        "en": [
          "Subject"
        ],
        "fr": [
          "Sujet"
        ]
      },
      "value": {
        "en": [
          "McNeill Anna Matilda, mother of Whistler (1804-1881)"
        ],
        "fr": [
          "McNeill Anna Matilda, mère de Whistler (1804-1881)"
        ]
      }
    }
  ],
  "summary": {
    "en": [
      "Arrangement in Grey and Black No. 1, also called Portrait of the Artist's Mother."
    ],
    "fr": [
      "Arrangement en gris et noir n°1, also called Portrait de la mère de l'artiste."
    ]
  },
  "requiredStatement": {
    "label": {
      "en": [
        "Held By"
      ],
      "fr": [
        "Détenu par"
      ]
    },
    "value": {
      "none": [
        "Musée d'Orsay, Paris, France"
      ]
    }
  },
  "items": [
    {
      "id": "https://iiif.io/api/cookbook/recipe/0006-text-language/canvas/p1",
      "type": "Canvas",
      "width": 1114,
      "height": 991,
      "items": [
        {
          "id": "https://iiif.io/api/cookbook/recipe/0006-text-language/page/p1/1",
          "type": "AnnotationPage",
          "items": [
            {
              "id": "https://iiif.io/api/cookbook/recipe/0006-text-language/annotation/p0001-image",
              "type": "Annotation",
              "motivation": "painting",
              "body": {
                "id": "https://iiif.io/api/image/3.0/example/reference/329817fc8a251a01c393f517d8a17d87-Whistlers_Mother/full/max/0/default.jpg",
                "type": "Image",
                "format": "image/jpeg",
                "width": 1114,
                "height": 991,
                "service": [
                  {
                    "id": "https://iiif.io/api/image/3.0/example/reference/329817fc8a251a01c393f517d8a17d87-Whistlers_Mother",
                    "profile": "level1",
                    "type": "ImageService3"
                  }
                ]
              },
              "target": "https://iiif.io/api/cookbook/recipe/0006-text-language/canvas/p1"
            }
          ]
        }
      ]
    }
  ]
}