{
  "@context": "http://iiif.io/api/presentation/4/context.json",
  "id": "https://iiif.io/api/cookbook/recipe/0002-mvm-audio/v4/manifest.json",
  "type": "Manifest",
  "label": {
    "en": [
      "Simplest Audio Example (IIIF Presentation v4)"
    ]
  },
  "items": [
    {
      "id": "https://iiif.io/api/cookbook/recipe/0002-mvm-audio/timeline",
      "type": "Timeline",
      "duration": 1985.024,
      "items": [
        {
          "id": "https://iiif.io/api/cookbook/recipe/0002-mvm-audio/timeline/page",
          "type": "AnnotationPage",
          "items": [
            {
              "id": "https://iiif.io/api/cookbook/recipe/0002-mvm-audio/timeline/page/annotation",
              "type": "Annotation",
              "motivation": [
                "painting"
              ],
              "body": {
                "id": "https://fixtures.iiif.io/audio/indiana/mahler-symphony-3/CD1/medium/128Kbps.mp4",
                "type": "Audio",
                "format": "audio/mp4",
                "duration": 1985.024
              },
              "target": {
                "id": "https://iiif.io/api/cookbook/recipe/0002-mvm-audio/timeline",
                "type": "Timeline"
              }
            }
          ]
        }
      ]
    }
  ]
}