AtomGraph / LinkedDataHub

The low-code Knowledge Graph application platform. Apache license.
https://atomgraph.github.io/LinkedDataHub/
Apache License 2.0
492 stars 123 forks source link

Replace SPARQLBuilder code with SaxonJS IXSL code #146

Open namedgraph opened 1 year ago

namedgraph commented 1 year ago

Partially addressed in c4cef09b219f1742990ff587cdaed0a638fc04e6 and 336b0ea474c9350f8505b9aef1862806292e0dba. The only methods used now are fromString, fromQuery, and toString. It should be possible to package and use https://github.com/RubenVerborgh/SPARQL.js directly, without SPARQLBuilder.