|
You may want to have a look at the rdflib.js and other JavaScript libraries used in the Tabulator's source code, which seems to be most up-to-date. There's also RDFQuery for querying RDFa data directly from JavaScript and some pretty old JS parser and query thingy. Now, |
|
Well, searching for javascript sparql I found Hercules. Actually your aformentioned page contains a working link to sparql js library code sparql.js. Hope this helps. 1
The Hercules webpage mentions "GRAPH is not supported yet. Use HttpXmlRequest?" and pulling RDF from other pages was kind of the point. Still, thanx for the pointer! And that linked sparql.js, unfortunately, is indeed JavaScript, but just uses an external server (sparql.org) instead of being a SPARQL engine itself... |

