{
  "@context": "http://iiif.io/api/presentation/4/context.json",
  "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1.json",
  "type": "Manifest",
  "label": { "de": [ "Berliner Tageblatt - 1925-02-16" ] },
  "behavior": ["paged"],
  "navDate": "1925-02-16T00:00:00Z",
  "rights": "http://creativecommons.org/publicdomain/mark/1.0/",
  "requiredStatement": {
    "label": { "en": [ "Attribution" ] },
    "value": {
      "en": [
        "<p><a href='https://www.europeana.eu/portal/record/9200355/BibliographicResource_3000096302605.html'>Berliner Tageblatt</a> - Staatsbibliothek zu Berlin - Preußischer Kulturbesitz. Public Domain Mark - http://creativecommons.org/publicdomain/mark/1.0/</p>"
      ]
    }
  },
  "items": [
    {
      "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1",
      "type": "Canvas",
      "label": { "en": [ "p. 1" ] },
      "height": 5000,
      "width": 3602,
      "items": [
        {
          "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/annotation_page_painting/ap1",
          "type": "AnnotationPage",
          "items": [
            {
              "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/annotation/p1",
              "type": "Annotation",
              "motivation": ["painting"],
              "body": {
                "id": "https://iiif.io/api/image/3.0/example/reference/4ce82cef49fb16798f4c2440307c3d6f-newspaper-p1/full/max/0/default.jpg",
                "type": "Image",
                "format": "image/jpeg",
                "service": [
                  {
                    "id": "https://iiif.io/api/image/3.0/example/reference/4ce82cef49fb16798f4c2440307c3d6f-newspaper-p1",
                    "type": "ImageService3",
                    "profile": "level1"
                  }
                ]
              },
              "target":{
                "id":"https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1",
                "type":"Canvas"
              }
            }
          ]
        }
      ]
    },
    {
      "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p2",
      "type": "Canvas",
      "label": { "none": [ "p. 2" ] },
      "height": 5000,
      "width": 3602,
      "items": [
        {
          "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/annotation_page_painting/ap2",
          "type": "AnnotationPage",
          "items": [
            {
              "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/annotation/p2",
              "type": "Annotation",
              "motivation": ["painting"],
              "body": {
                "id": "https://iiif.io/api/image/3.0/example/reference/4ce82cef49fb16798f4c2440307c3d6f-newspaper-p2/full/max/0/default.jpg",
                "type": "Image",
                "format": "image/jpeg",
                "service": [
                  {
                    "id": "https://iiif.io/api/image/3.0/example/reference/4ce82cef49fb16798f4c2440307c3d6f-newspaper-p2",
                    "type": "ImageService3",
                    "profile": "level1"
                  }
                ]
              },
              "target": {
                "id":"https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p2",
                "type":"Canvas"
              }
            }
          ]
        }
      ]
    }
  ],
  "structures": [
    {
      "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/range/r0",
      "type": "Range",
      "label": { "en": ["February 16, 1925"] },
      "items": [
        {
          "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/range/r1",
          "type": "Range",
          "label": { "en": ["The arrests in Moscow"] },
          "supplementary": {
            "id": "https://iiif.io/api/presentation/4.0/example/uc03_anno_collection.json",
            "type": "AnnotationCollection"
          },
          "items": [
            {
              "id": "https://iiif.io/api/presentation/4.0/example/uc03_issue1/canvas/p1",
              "type": "Canvas"
            }
          ]
        }
      ]
    }
  ]
}