Is it possible/How can I create a .ttl file on a solid pod using the react library (GitHub - inrupt/solid-ui-react: React SDK using solid-core)? Is there a better way to store data specific for our website on the pods of our users?
Hi @KyoSch, the mental model isn’t generally in terms of .ttl
files, but rather about the data you’re storing (possibly a useful analogy: when you use SQLite, you don’t think in terms of “creating an .sqlite
file” either).
To store data you’d use solid-client, as documented at Read/Write Structured Data — Inrupt JavaScript Client Libraries.