IIIF Presentation API for 4TU.ResearchData.

URL scheme:

https://sammeltassen-iiif44tu.web.val.run/[datasetUUID]

Examples:

If the dataset is private you need to create a token and include it as a query param:

https://sammeltassen-iiif44tu.web.val.run/[datasetUUID]?token=[token]

Todo:

  • Add more metadata from the Djehuty API response.

Limitations:

  • This is a temporary workaround until the Presentation API is implemented as part of Djehuty
  • Only images are currently supported (not video/audio)
  • The val needs to do some API requests before producing the manifest and doesn't cache responses

Credits:

  • Image API implementation by Roel Janssen of 4TU.ResearchData. The source code can be found here
  • IIIF Builder by Stephen Fraser