@bouncepaw
That's right - the principle of #SolidProject is to enable the read-write web - an authenticated user can write anything to their server, not just RDF.
However if a resource is written in RDF, then patching is possible too.
A library is most needed for authentication, using the solid-oidc spec. It does look like someone has started something in go:
https://github.com/jlewi/solid-golang
https://solidproject.org/TR/oidc-primer
@jg10 I see now, thank you! A flash drive on steroids. But how are permissions handled? Does every application reserve some prefix or what?
The library is too immature, to be honest. If I ever get to serious Soliding, I'll make my own. The OIDC spec is long, but looks quite implementable, I think.