George Svarovsky
George Svarovsky
It would be possible to provide a query capability using a syntax related to JSON-LD. This has been discussed on the mailing list [recently](https://lists.w3.org/Archives/Public/public-linked-json/2016Oct/0011.html) and [in the past](https://lists.w3.org/Archives/Public/public-linked-json/2012Jul/0043.html) (with other...
I'm getting a behaviour that appears to be caused by a residual task scheduler ordering issue, related to #28. I have a number of unit tests that involve async iterators...
https://github.com/m-ld/m-ld-spec/issues/76 Leaving this ticket open as **json-rql** does not currently specify the behaviour.
Allows users to constraint input to valid json-rql. Needs to support sub-constraints for allowable queries in application APIs. Extend, if possible, https://json-ld.org/schemas/jsonld-schema.json
Preferably remove as much as possible, but could use modules to minimise library size. Also move to promises & async/await.
Since [statement ordering (sometimes) matters](https://wiki.blazegraph.com/wiki/index.php/SPARQL_Order_Matters), `@where` etc. should allow an array of statements so that generated SPARQL maintains the ordering. Conversely, when the SPARQL contains `OPTIONAL` or `MINUS`, generated json-rql...
https://github.com/RubenVerborgh/SPARQL.js/tree/master/test/parsedQueries are being tested by https://github.com/gsvarovsky/json-rql/blob/master/test/sparql.js#L205 against https://github.com/gsvarovsky/json-rql/tree/master/test/data
package.json mentions MIT licence but it is not included in the repository. Thanks for maintaining this useful library!
For evaluation of m-ld-js as a local data store (particularly for [RDF/Solid usages](https://github.com/orgs/m-ld/discussions/117)), it would help to be able to call `clone` without passing any remotes. - This could also...
The RDF/JS interface documentation is too scattered and unusable: - The How-to (https://js.m-ld.org/#using-the-rdfjs-api) does not have any narrative around it - The [RDF/JS Interfaces](https://js.m-ld.org/#using-the-rdfjs-api:~:text=WriteStateMachine-,RDF/JS%20Interfaces,-Binding) each have an indication of their...