You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trig or other Dataset formats such as N3, allow one resource to return content for multiple other resources.
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:
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:
This can help dramatically reduce the time to find the default ACL in WAC when following the inheritance procedure as described in Effective ACR discovery #244 (see full formatted version)
On proposal
WAC & ACP
Details
Trig or other Dataset formats such as N3, allow one resource to return content for multiple other resources.
Link
header with anapplication/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"
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)
Note: Reactive Solid has an initial implementation of returning Trig graphs.
The text was updated successfully, but these errors were encountered: