Query-Solid
Query-Solid copied to clipboard
Simple access to data in Solid pods through LDflex expressions
Hi, We need to be able LDFlex as an ES6 module that could be imported directly from a CDN in a browser.
This is more of a proposal than an actual issue. The Solid [Data Discovery documentation](https://github.com/solid/solid/blob/master/proposals/data-discovery.md) describes the following process for discovering where a user's data you care about exists: >...
This might already exist, but I didn't see it documented and I was not able to find it while doing a brief amount of code exploration. Essentially, I'd like to...
After #74 , I attempted to use rdflib instead. After installing dependencies, the build still errors out: ``` ✘ [ERROR] Failed to resolve entry for package "rdflib". The package may...
I'm trying to use LDflex with Solid, on a Vue project. The base LDflex library works fine. Then I followed the README of Query-Solid (this repo), installed `@solid/query-ldflex`, and copied...
This lib still uses the `solid-auth-client` dependency ... but this is for legacy only! Quoted from [nodeSolidServer/solid-auth-client](https://github.com/nodeSolidServer/solid-auth-client) > ⚠️ New projects should use [solid-client-authn](https://github.com/inrupt/solid-client-authn-js) or [solid-auth-fetcher](https://github.com/solid/solid-auth-fetcher) instead, which leverage the...