dlcs/elucidate-server

Allow comma separated JSON-LD contexts in the `profile` value of the `Accept` header

Closed this issue · 0 comments

As per the W3C Annotation Protocol Specification, clients can provide a profile= parameter in the Accept header, which causes any JSON-LD response to be compacted using that context.

However, currently only a single context can be provided in the profile= parameter. This should be enhanced to allow a comma separated list of contexts.