solid-spec
solid-spec copied to clipboard
Solid specification draft 0.7.0
In github it is possible to [create issue templates](https://help.github.com/en/github/building-a-strong-community/configuring-issue-templates-for-your-repository#creating-issue-templates) in order to guide a user in how to express an issue There was [concern expressed](https://github.com/solid/process/issues/198#issue-612599160) about confusion caused when raising...
In the bit about live update, https://github.com/solid/solid-spec/blob/master/api-websockets.md we need to specify that you can subscribe to changes in a resource which currently does not exist, and get a ping when...
- it’s a bad idea for scalability, DOS, and other reasons - it’s not implementable the way it is written (subset not defined) - it’s not implemented or used anywhere...
This PR implements the (pending!) proposal to remove globbing at https://github.com/solid/solid-spec/issues/145 It bypasses clarifying the definition of globbing (https://github.com/solid/solid-spec/pull/148) by just removing it altogether, given that currently seems to be...
As far as I can tell from testing, .meta files work for containers but not resources. It would seem that a .meta should function as a sidecar file for non-RDF...
In response to solid/process#103 and solid/process#155
When a folder contains only `.acl` files, the folder listing will show up as empty. This is by design, as we do not wish to show `.acl` files. However, when...
If I have understood the handling of [node-solid-server](https://github.com/solid/node-solid-server) the precedence for default resource for containers is: `index.html` > `index.ttl` > "virtual resource for container, listing the content of that containers...