{
  "@context": "http://iiif.io/api/presentation/3/context.json",
  "id": "https://canopy-iiif.github.io/fixtures/iiif/presentation/3/i18n/manifest-01.json",
  "type": "Manifest",
  "label": {
    "en": ["Flag of Puerto Rico"],
    "es": ["Bandera de Puerto Rico"],
    "none": ["flag-puerto-rico"]
  },
  "summary": {
    "en": ["Five red and white stripes with a hoist-side blue triangle and lone white star."],
    "es": ["Cinco franjas rojas y blancas con un triángulo azul en el asta y una estrella blanca."],
    "none": ["flag-summary-puerto-rico"]
  },
  "metadata": [
    {
      "label": {
        "en": ["Colors"],
        "es": ["Colores"],
        "none": ["colors"]
      },
      "value": {
        "en": ["Cherry red stripes, white stripes, cobalt triangle, white star."],
        "es": ["Franjas rojo cereza, franjas blancas, triángulo cobalto, estrella blanca."],
        "none": ["red-white-blue"]
      }
    },
    {
      "label": {
        "en": ["Entity"],
        "es": ["Entidad"],
        "none": ["entity"]
      },
      "value": {
        "en": ["Unincorporated territory of the United States."],
        "es": ["Territorio no incorporado de Estados Unidos."],
        "none": ["territory"]
      }
    },
    {
      "label": {
        "en": ["Date"],
        "es": ["Fecha"],
        "none": ["date"]
      },
      "value": {
        "en": ["2023"],
        "es": ["2023"],
        "none": ["2023"]
      }
    },
    {
      "label": {
        "en": ["Type"],
        "es": ["Tipo"],
        "none": ["type"]
      },
      "value": {
        "en": ["Flag"],
        "es": ["Bandera"],
        "none": ["flag"]
      }
    }
  ],
  "requiredStatement": {
    "label": {
      "en": ["Usage"],
      "es": ["Uso"],
      "none": ["usage"]
    },
    "value": {
      "en": ["Fixture-only artwork created for multilingual tests; colors based on the Puerto Rican flag."],
      "es": ["Arte solo para pruebas multilingües; colores basados en la bandera de Puerto Rico."],
      "none": ["fixture-art-puerto-rico"]
    }
  },
  "items": [
    {
      "id": "https://canopy-iiif.github.io/fixtures/iiif/presentation/3/i18n/manifest-01/canvas/p1",
      "type": "Canvas",
      "width": 2496,
      "height": 1664,
      "items": [
        {
          "id": "https://canopy-iiif.github.io/fixtures/iiif/presentation/3/i18n/manifest-01/page/p1/1",
          "type": "AnnotationPage",
          "items": [
            {
              "id": "https://canopy-iiif.github.io/fixtures/iiif/presentation/3/i18n/manifest-01/annotation/p1-image",
              "type": "Annotation",
              "motivation": "painting",
              "body": {
                "id": "https://canopy-iiif.github.io/fixtures/assets/i18n/puerto_rico.jpg",
                "type": "Image",
                "format": "image/jpeg",
                "width": 2496,
                "height": 1664
              },
              "target": "https://canopy-iiif.github.io/fixtures/iiif/presentation/3/i18n/manifest-01/canvas/p1"
            }
          ]
        }
      ]
    }
  ]
}
