{
  "@context": "http://iiif.io/api/presentation/2/context.json", 
  "@id": "http://iiif.io/api/presentation/2.1/example/fixtures/4/manifest.json", 
  "@type": "sc:Manifest", 
  "label": "Test 4 Manifest: Metadata Pairs with Multiple Values in same Language", 
  "metadata": [
    {
      "label": "date", 
      "value": [
        "some date", 
        "some other date"
      ]
    }
  ], 
  "within": "http://iiif.io/api/presentation/2.1/example/fixtures/collection.json", 
  "sequences": [
    {
      "@type": "sc:Sequence", 
      "label": "Test 4 Sequence 1", 
      "canvases": [
        {
          "@id": "http://iiif.io/api/presentation/2.1/example/fixtures/canvas/4/c1.json", 
          "@type": "sc:Canvas", 
          "label": "Test 4 Canvas: 1", 
          "height": 1800, 
          "width": 1200, 
          "images": [
            {
              "@type": "oa:Annotation", 
              "motivation": "sc:painting", 
              "resource": {
                "@id": "http://iiif.io/api/presentation/2.1/example/fixtures/resources/page1-full.png", 
                "@type": "dctypes:Image", 
                "height": 1800, 
                "width": 1200
              }, 
              "on": "http://iiif.io/api/presentation/2.1/example/fixtures/canvas/4/c1.json"
            }
          ]
        }
      ]
    }
  ]
}
