Ruben Taelman

Results 1107 comments of Ruben Taelman

Are there any serializer tests for other syntaxes besides JSON-LD? In any case, rdf-test-suite does not handle these atm indeed.

The JSON-LD serialization tests work in a slightly different way. There we start with RDF, and serialize to JSON(-LD), and then match JSON with the expected output. In Turtle and...

Sure, we could add an optional lenient mode that assumes the proper content type headers. PRs for this on https://github.com/rubensworks/jsonld-context-parser.js are welcome! :-)

The WebID extension has been developed many years ago, so I'm unsure how stable it is. But it could provide a good starting point at least. Adding a WAC layer...

Thanks @csarven! I'll put this on hold when we merge our SPARQL 1.2 branch into master, as this will be easier to manage due to the transitive dependency on the...

We expect to release Comunica v5 shortly after SPARQL 1.2 becomes a candidate recommendation. This will probably be somewhere in the next couple of months.

Thanks for the issue @joachimvh, > At the time of writing Components.js depends on rdf-parse v2, wich depends on Comunica v2, [which means that Comunica v4 depends on Comunica v2](https://github.com/comunica/comunica/blob/v4.4.1/yarn.lock#L571)....

> Specifically if I do not add the workaround dependencies I get the following error during the build: Ok, that seems to be a bug, which https://github.com/LinkedSoftwareDependencies/Components.js/commit/5ee784336612cc0bfa92471446f08db0b92cccdb does not seem...

I may be able to look into updating rdf-parse once I finish the Comunica v5 release (together with my sweep of updating all Comunica dependents) So this will probably provide...

Feel free to create a PR for that. But we should keep it an undocumented feature, as I don't recommend using that functionality unless absolutely necessary.