Ruben Verborgh

Results 1034 comments of Ruben Verborgh

Yeah we are: https://github.com/RubenVerborgh/EyeServer/blob/36b3e87fd263af122c8af6ab54ea681eeaab6734/lib/eye.js#L93 Can make this into a flag.

> support for naked names & sets The N3.js code was based on a combined interpretation of https://www.w3.org/DesignIssues/Notation3.html and https://www.w3.org/TeamSubmission/n3/. I don't think either of them supports naked terms. The...

The authoritative spec here is the Turtle specification. > So @RubenVerborgh RDFlib is correct in parsing the turtle keyword `true` as `"1"^^xsd:Boolean`. It is not, because the Turtle spec [says](https://www.w3.org/TR/turtle/#h3_sec-parsing-terms):...

It's a matter of ownership indeed; the `baseIterator` was created outside of the `TransformIterator`, and ownership was never transfered. Perhaps a `destroyed` event is what we need then?

Super, following up in https://github.com/RubenVerborgh/AsyncIterator/issues/95

Following up on the LDflex part in https://github.com/RubenVerborgh/LDflex-Comunica/issues/4.

Tracking the LDflex part in https://github.com/solid/query-ldflex/issues/7. > if ldflex is going to work across solid implementations, it shouldn’t be married to the underlying implementation Indeed, the proper way is https://github.com/RubenVerborgh/LDflex/issues/15,...

Related: https://github.com/solid/ldflex-playground/issues/8

> If the SDK generator does not support JSONLD But this request is not being made by the SDK generator; it is made by LDflex, which supports JSON-LD. > Expected...

Or is the server lying and presenting the JSON-LD with `Content-Type: text/turtle`?