node-solid-server
node-solid-server copied to clipboard
root acl must contain acl:Control
Check that root acl contains acl:Control following specification. see https://github.com/solid/node-solid-server/issues/1489#issuecomment-829996067
$ curl -ik -X PATCH -H'Content-Type: application/sparql-update' https://csarven.localhost:8443/.acl -d 'DELETE DATA { <#owner> <http://www.w3.org/ns/auth/acl#mode> <http://www.w3.org/ns/auth/acl#Control> . }'
HTTP/1.1 200 OK
Patch applied successfully.
Can confirm that the statement was deleted.