Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can Ranges reference Canvases in *other* Manifests? #2300

Open
azaroth42 opened this issue Jun 7, 2024 · 2 comments
Open

Can Ranges reference Canvases in *other* Manifests? #2300

azaroth42 opened this issue Jun 7, 2024 · 2 comments

Comments

@azaroth42
Copy link
Member

... with partOf to the Manifest so the client can retrieve it and process the canvas.

@azaroth42
Copy link
Member Author

Yes.

e.g. make a Range that points to various Containers from different Manifests to get their current state, and then add new annotations etc.

Should clarify in the spec.

@azaroth42
Copy link
Member Author

Maybe no?
(lots of discussion)

Maybe yes for only transclusion of a canvas, potentially with local annotations but no changes.

{
   "type" :"Manifest",
    "service": [{
       "id": "https://local/search/service",
       "type": "SearchService",
        "profile": "iiif/search/2.0"
    }],
   "items": [
      {"id": "local-new-id"
        "type": "CanvasReference",
        "via": {
         "id": "somewhere/else/canvas/122",
        "partOf": {"id": "somewhere/else/manifest/6", "type": "manifest"}}
     }
  ]
 }
]
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant