Ruben Taelman
Ruben Taelman
I haven't tested it, but Comunica should in fact already support this internally. It's just the [SPARQL parser](https://github.com/RubenVerborgh/SPARQL.js/) that would reject such queries. So it _should_ be possible to pass...
Another example of a very unclear error: ``` Error: https://linkedsoftwaredependencies.org/bundles/npm/@comunica/actor-init-sparql/^1.0.0/config/sets/rdf-dereference.json#mediatorRdfParse mediated over all rejecting actors: Error: Unrecognized media type: text/html Error: Unrecognized media type: text/html Error: Unrecognized media type: text/html...
Related to #164.
As mentioned in https://github.com/solid/community-server/pull/760#discussion_r645617536, we may also want to add a CLI flag (such as `showStackTrace`) to only print full stacktraces iff this flag is present. EDIT: the `--showStackTrace` is...
Some implementation inspiration: * http://graphdb.ontotext.com/documentation//9.2/free/devhub/rdf-sparql-star.html * https://rdf4j.org/documentation/programming/rdfstar/
Some requirements before we can get started: * RDF/JS data model: https://github.com/rdfjs/data-model-spec/issues/162 * RDF/JS typings: ~https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/rdf-js~ https://github.com/rdfjs/types * SPARQL parser: https://github.com/RubenVerborgh/SPARQL.js/ * N3.js (at least the Turtle parser and serializer):...
To add upon what @jeswr has said above, there's also the issue of implementing supporting [the evaluation of SPARQL* queries](https://w3c.github.io/rdf-star/cg-spec/editors_draft.html#evaluation-semantics), since there are some specific new features in SPARQL* that...
@ragnorc Could you [mail me](mailto:[email protected]) some suggestions for meeting slots (next week or later)?
91MB doesn't sound that big, and your queries seem relatively simple, so performance improvements definitely seem possible here. Thanks for reporting!
> This is possibly a contributing factor https://github.com/rdfjs/N3.js/issues/274 @jeswr Do you think this is not a contributing factor anymore? > At a second look, it seems like since the cache...