Description
When creating a resource with PUT, this resource is not added to the container:
PUT http://localhost:8080/ldp/foo/bar should create the triple
<http://localhost:8080/ldp/foo> ldp:contains <http://localhost:8080/ldp/foo/bar> .
This is currently not happening...