Callidon / sparql-engine

🚂 A framework for building SPARQL query engines in Javascript/Typescript
https://callidon.github.io/sparql-engine
MIT License
99 stars 14 forks source link

Add W3C formatters for SPARQL results #25

Closed Callidon closed 4 years ago

Callidon commented 5 years ago

Currently, this framework does not offer support for formatting query results according to W3C standards. We need to fix this in order to reach SPARQL 1.1 compliance.

The formats needed are:

Callidon commented 4 years ago

Issue fixed by PRs #55 and #55