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

support Trig serialization of Access Control Resources #247

Open
bblfish opened this issue Aug 12, 2021 · 0 comments
Open

support Trig serialization of Access Control Resources #247

bblfish opened this issue Aug 12, 2021 · 0 comments
Labels
ACL ACL ontology related ACP ACP ontology related enhancement New feature or request

Comments

@bblfish
Copy link
Member

bblfish commented Aug 12, 2021

On proposal

WAC & ACP

Details

Trig or other Dataset formats such as N3, allow one resource to return content for multiple other resources.

  1. A server could indicate this capability by adding a Link header with an application/trig mime type hint pointing to the Access Control Resource (ACR). So a response to a request on </foo/bar/baz/x> could return:
Link: </foo/bar/baz/x.acr>; rel="acl"; type="application/trig"
  1. The server on receiving a request with application/trig at a higher priority than other rdf formats, would be able to return the relevant graphs that the client can use to access the data.

This is using DataSets to partition data, as described in Towards supporting multiple semantics of named graphs using N3 rules. It would not alter the logic the client and the server must follow to determine access. They would just receive more information in one request.

Use cases:

Acceptance criteria

What actions are needed to resolve this issue? (checklist)

  • Work out the various consequences of allow this
  • Build up a list of other use cases
  • Build up a list of problems (and how to overcome them)
  • Compare with other approaches such as using HTTP/2.0 Server Push (which Google seems to want to remove though).
  • Add implementations

Note: Reactive Solid has an initial implementation of returning Trig graphs.

@bblfish bblfish added ACL ACL ontology related ACP ACP ontology related enhancement New feature or request labels Aug 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ACL ACL ontology related ACP ACP ontology related enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant