sparql-transformer icon indicating copy to clipboard operation
sparql-transformer copied to clipboard

A more handy way to use SPARQL data in your web app

Results 8 sparql-transformer issues
Sort by recently updated
recently updated
newest added

I have been able to create a JSON template for a SPARQL endpoint that works pretty well. However, I'm trying to now generate a structure that "conditionally" outputs one of...

Hi, and thanks for writing this library. I really like the ergonomics here, especially since we're currently struggling to find a SPARQL client library that allows us to easily define...

I don't see how one can represent Unions in a query. I tried to put it as part of the WHERE clause, but at least in the playground doesn't work

enhancement

Support SPARQL `VALUES` keyword.

enhancement

This pull request includes upgrades and dependency changes: - Set Node.js version requirement to >=18.0.0. - Upgrade `eslint-plugin-import` to 2.29.1. - Remove unnecessary dependency `rimraf`. - Replace certain dependencies with...

This PR introduces GitHub Actions workflows for automating the testing process.

Using aggregates with a variable (e.g., `{ v: "?v$sum" }`) would "incorrectly" generate SPARQL queries like: `(SUM(?v) AS ?v)`. While technically accepted/ignored by Virtuoso, it causes errors with stricter engines...

This fixes a minor typo in README.md: `$alist` -> `$asList`