You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like a set of functions (eg, addListToThing and removeListFromThing) that let me add collections to Things. The @rdfdev/collections library has a good set of functions for doing this with the lower level RDF abstractions, but it doesn't play especially nicely with the solid-client Resource and Thing abstractions
Use Cases
I'd like to be able to convert a JavaScript object to a pure-RDF format rather than serializing to JSON and storing as a string. The JSON for note bodies in Mysilio Garden is becoming prohibitively large and we'd like to be able to take advantage of the PATCH support built in to Solid servers to optimize this.
The text was updated successfully, but these errors were encountered:
Would y'all be interested in me porting this code over to this repository? Any thoughts on the API? I'm not convinced it's the right general purpose solution so would love any thoughts.
Search terms you've used
Collection, Container, Seq
Feature suggestion
I'd like a set of functions (eg,
addListToThing
andremoveListFromThing
) that let me add collections toThing
s. The@rdfdev/collections
library has a good set of functions for doing this with the lower level RDF abstractions, but it doesn't play especially nicely with the solid-clientResource
andThing
abstractionsUse Cases
I'd like to be able to convert a JavaScript object to a pure-RDF format rather than serializing to JSON and storing as a string. The JSON for note bodies in Mysilio Garden is becoming prohibitively large and we'd like to be able to take advantage of the
PATCH
support built in to Solid servers to optimize this.The text was updated successfully, but these errors were encountered: