{ "@context": "https://raw.githubusercontent.com/w3c/json-ld-api/recursive-test/tests/recursive/presentation.json", "id": "http://example.org/iiif/prezi/1/manifest.json", "type": "Manifest", "label": {"en": ["Manifest"]}, "items": [ { "id": "http://example.org/iiif/prezi/1/canvas/1.json", "type": "Canvas", "items": [ { "id": "http://example.org/iiif/prezi/1/list/1.json", "type": "AnnotationPage", "items": [ { "id": "http://example.org/anno/1.json", "type": "Annotation", "target": "http://example.org/iiif/prezi/1/canvas/1.json", "body": { "id": "http://example.org/content/image/1.png", "type": "Image", "service": { "id": "http://example.org/iiif/image/1/info.json", "type": "ImageService3", "partOf": { "id": "http://example.org/iiif/prezi/1/collection.json", "type": "Collection" } } } } ] } ] } ] }