Anders Riutta
Anders Riutta
The RDF/XML parser appears to be [here](https://github.com/antoniogarrote/rdfstore-js/blob/a894cd7d5aa68de569b4dfd65b18b0ed583a50c7/src/js-communication/src/rdfxml_parser.js). It appears to share a common ancestor with the [version from rdflib.js](https://github.com/linkeddata/rdflib.js/blob/master/rdfparser.js). It's called from [rdf_loader.js](https://github.com/antoniogarrote/rdfstore-js/blob/2f2a71d94b425a9e1b2af7435aabdf68f7271fde/src/js-communication/src/rdf_loader.js#L8), but it's commented out three times in...
See also this open issue at [rdflib.js](https://github.com/linkeddata/rdflib.js/issues/41). I have a working version in my fork.
@kevinprotoss, it appears to not be functional at present. Check out [my demo](https://github.com/ariutta/rdfxml-to-jsonld-demo) for a really rough proof of concept RDF/XML to JSON-LD conversion. See also [my rdflib.js fork](https://github.com/ariutta/rdflib.js) for...
It looks as if it's possible to serialize to JSON-LD as well: https://github.com/antoniogarrote/rdfstore-js/blob/e4b0cbbd27ee3a8a8f7ba06531ef5730ade35945/dist/nodejs/server.js#L370
A couple of cases that produce this error: 1. not having `"jupyterlab_code_formatter": true` in `ServerApp.jpserver_extensions` 2. if you're formatting R code, not having R and the R package `languageserver` installed...
@jeremyrperry any chance you have a pull request with that fix? Thanks!
See the [SVGWeb pan/zoom code](https://code.google.com/p/svgweb/source/browse/trunk/tests/non-licensed/wikipedia/svgzoom/svgzoom.js?r=845) for Wikipedia for possible improvements/ways of handling this. Here's another [pan/zoom example](http://bl.ocks.org/robschmuecker/7880033).
Thanks, @bcoughlan!
I'll what I figure out for this.
I think I fixed this, but I'll test sometime this week to make sure.