How can I find out the URI of the ACL document of a given resource? On HTTP level this means to look at the Link header rel="acl", but how can it be done using common libraries?
With solid-file-client you can use getItemLinks(url, options)
with options.links value being set to : exclude, include or include_possible
The function returns the .meta and .acl links.