solid-spec
solid-spec copied to clipboard
Solid specification draft 0.7.0
Hi, SOLID seems really cool and contains similar ideas to [IPFS](https://ipfs.io/). What is the relationship between the two, and have you considered the ability to host content using IPFS?
Is there a Solid response to https://twitter.com/bling0/status/977750840659210242?s=19 > 2007: “Facebook is evil and a walled garden. It must share user info and the graph with other developers!” — said every...
Is there a standard way to represent resource revisions, e.g. like a wiki or more like a git revgraph? ```json {"@type": "schema:Thing", "__:revid": "...", "__:parents": [ ], "__:schemaVersion": "0.1" }...
In France there are discussions around the different protocols to be used to identify researchers on the web. See https://hyp.is/NvlrzjrgEeeYfC-NJAwf6w/association.dissem.in/files/pv-ag-2016.pdf for example It may valuable to promote SOLID to dissem.in...
Traditionally, I'm used to validating a CSRF token for (already-authorized) requests to mutate resources. How do I do CSRF with solid? Is this concern solved by a different set of...
A discussion on [this rdflib PR](https://github.com/linkeddata/rdflib.js/pull/172/files/bd8e4fe5f43076b89e6d9d0ba21e835427228429#r105680098) raised the point that we need to document the instances in which we diverge from specs that we build upon. A few cases come...
PubSub
### Background - https://github.com/linkeddata/SoLiD#pubsub-notifications ``` HTTP/1.1 200 OK ... Updates-Via: wss://example.org/ ``` ``` sub https://example.org/data/test ``` ``` pub https://example.org/data/test ``` ### Questions 1) Any plans to support [Server-Sent Events](http://www.w3.org/TR/eventsource/) besides...
How do users unsubscribe from a resource they are listening to ?
In issue #22 I suggest documenting ontologies we use. We should also consider if one existing ontology would help us solve a lot of our decisions. schema.org is much more...
The new [section suggestion to use a query](https://github.com/linkeddata/SoLiD#reading-data-using-sparql) does not have a follow-your-nose process of discovery. How is a client meant to know which url to use to send a...