-
Notifications
You must be signed in to change notification settings - Fork 19
Description
I create this issue as follow up to solid/specification#144 (comment)
For example where Resource Description of container includes human readable label for that container, server may want to optimize responses by including that information directly in representation of the container.
I think this could work in very clean way especially for quad based representations. It reminds me of @RubenVerborgh's article https://ruben.verborgh.org/blog/2015/10/06/turtles-all-the-way-down/ In that case I would consider hypermedia of the resource as another type of its metadata.
Even for triple based representation we could consider embedding resource description in resource representation. In that case client would not know from which graph embedded triple came from so it couldn't make writes to source of those statements.
Possibly we could only recommend embedding for quad based representations and triple based representations would require following link relations and fetching resource description separately. With HTTP/2 I don't think it makes any significant difference.