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
Currently there is no way specified for upward navigation. i.e.
knowing parent container of given resource.
knowing subject resource of given auxiliary resource.
Uri semantics are necessary and not sufficient for case 1. i.e. they specify that a containment statement must satisfy hierarchical naming constraints, but hierarchical name is not sufficient to derive containment statement. So if a resource uri is a/b/c.acl, it doesn't encode fact <a/b/> ldp::contains <a/b/c.acl>.
This lack of navigability implies, we cannot provide any context if user directly landed at a resource representation. It is like, they bookmarked a file, and their file manager says it can only "best guess" it's parent directory.
Currently downward navigation is provided for two classes of relation
Containment downward navigation is accounted through containment statements in container representation.
Auxiliary downward navigation is accounted through link headers of subject resource get/head response.
For upward navigation, no mechanism. One proposal is to have entire provenance chain in single auxiliary resource as described in issue #399. If it is not viable, at least one reverse link header will help.
The text was updated successfully, but these errors were encountered:
Currently there is no way specified for upward navigation. i.e.
Uri semantics are necessary and not sufficient for case 1. i.e. they specify that a containment statement must satisfy hierarchical naming constraints, but hierarchical name is not sufficient to derive containment statement. So if a resource uri is
a/b/c.acl
, it doesn't encode fact<a/b/> ldp::contains <a/b/c.acl>
.This lack of navigability implies, we cannot provide any context if user directly landed at a resource representation. It is like, they bookmarked a file, and their file manager says it can only "best guess" it's parent directory.
Currently downward navigation is provided for two classes of relation
For upward navigation, no mechanism. One proposal is to have entire provenance chain in single auxiliary resource as described in issue #399. If it is not viable, at least one reverse link header will help.
The text was updated successfully, but these errors were encountered: