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
LAKEsuperior release, branch, or commit #: alpha 14
Steps to reproduce
Create a membership resource.
Create a direct container with the ldp:membershipResource pointing to a hash URI on that membership resource.
For example: given a membership resource of http://localhost:8000/ldp/resource the DC would include the triple: <> ldp:membershipResource <http://localhost:8000/ldp/resource#members>.
Observed behavior
When adding child resources to the DC, there are no membership triples generated for the member resource.
Expected behavior
The member resource would contain triples with the DC child resources.
Furthermore, when creating a Direct Container whose membership resource is a self-referential hash URI (e.g. the DC is http://localhost:8000/ldp/dc and the membership resource is http://localhost:8000/ldp/dc#it), POSTing a child resource returns a 404 Not Found.
i.e. given this DC at http://localhost:8000/ldp/dc:
Environment
Operating system: OS X
Python version: 3.6
LAKEsuperior release, branch, or commit #: alpha 14
Steps to reproduce
ldp:membershipResource
pointing to a hash URI on that membership resource.For example: given a membership resource of
http://localhost:8000/ldp/resource
the DC would include the triple:<> ldp:membershipResource <http://localhost:8000/ldp/resource#members>
.Observed behavior
When adding child resources to the DC, there are no membership triples generated for the member resource.
Expected behavior
The member resource would contain triples with the DC child resources.
Other notes worth mentioning
You may want to take a look at some of the "bug tracker" examples in the LDP primer: https://www.w3.org/TR/ldp-primer/
The text was updated successfully, but these errors were encountered: