Skip to content
Snippets Groups Projects
Select Git revision
  • 281d16e0de269341f7d993dc82190f7ab092f174
  • master default protected
  • multiprocessing
  • experiment/clara
  • experiment/spec2B-poc
  • experiment/qivalio-poc
  • experiment/ertms
  • MAY-2023
  • FEB-2023
  • EGC-2023
  • 0.2.1
  • v0.2.0
  • v0.1.2
13 results

CHANGELOG

Blame
  • To find the state of this project's repository at the time of any of these versions, check out the tags.
    test3.json 2.66 KiB
    {
      "@context": "http://iiif.io/api/presentation/3/context.json",
      "id": "https://iiif.io/api/cookbook/recipe/0021-tagging/manifest.json",
      "type": "Manifest",
      "label": {
        "en": [
          "Picture of Göttingen taken during the 2019 IIIF Conference"
        ]
      },
      "items": [
        {
          "id": "https://iiif.io/api/cookbook/recipe/0021-tagging/canvas/p1",
          "type": "Canvas",
          "height": 3024,
          "width": 4032,
          "items": [
            {
              "id": "https://iiif.io/api/cookbook/recipe/0021-tagging/page/p1/1",
              "type": "AnnotationPage",
              "items": [
                {
                  "id": "https://iiif.io/api/cookbook/recipe/0021-tagging/annotation/p0001-image",
                  "type": "Annotation",
                  "motivation": "painting",
                  "body": {
                    "id": "https://iiif.io/api/image/3.0/example/reference/918ecd18c2592080851777620de9bcb5-gottingen/full/max/0/default.jpg",
                    "type": "Image",
                    "format": "image/jpeg",
                    "height": 3024,
                    "width": 4032,
                    "service": [
                      {
                        "id": "https://iiif.io/api/image/3.0/example/reference/918ecd18c2592080851777620de9bcb5-gottingen",
                        "profile": "level1",
                        "type": "ImageService3"
                      }
                    ]
                  },
                  "target": "https://iiif.io/api/cookbook/recipe/0021-tagging/canvas/p1"
                }
              ]
            }
          ],
          "annotations": [
            {
              "id": "https://iiif.io/api/cookbook/recipe/0021-tagging/page/p2/1",
              "type": "AnnotationPage",
              "items": [
                {
                  "id": "https://iiif.io/api/cookbook/recipe/0021-tagging/annotation/p0002-tag",
                  "type": "Annotation",
                  "motivation": "tagging",
                  "body": {
                    "type": "TextualBody",
                    "value": "Gänseliesel-Brunnen",
                    "language": "de",
                    "format": "text/plain"
                  },
                  "target": "https://iiif.io/api/cookbook/recipe/0021-tagging/canvas/p1#xywh=265,661,1260,1239"
                },
                {
                  "id": "https://iiif.io/api/cookbook/recipe/0021-tagging/annotation/p0002-tag",
                  "type": "Annotation",
                  "motivation": "tagging",
                  "body": {
                    "type": "TextualBody",
                    "value": "Mon maifest",
                    "language": "de",
                    "format": "text/plain"
                  },
                  "target": "https://iiif.io/api/cookbook/recipe/0021-tagging/canvas/p1#xywh=265,661,1260,1239"
                }
              ]
            }
          ]
        }
      ]
    }