Enrico Daga

Results 114 comments of Enrico Daga

> We don't mind the url encoding but we do have to use around URIs when they've been url encoded (in a query). That is a super minor inconvenience though....

You can just construct bnodes: ```sparql PREFIX ex: PREFIX fx: PREFIX xyz: CONSTRUCT { [] ex:p ?A } WHERE { SERVICE { fx:properties fx:location "./data.csv" ; fx:csv.headers true . []...

> I've arrived at this point, yes, but you can not take the identifier of the BN from the input source, right? You can take it from there, as you...

I don't think it is possible to control the blank nodes that are generated by the serializer, but this is probably a question for `[email protected]`. However, while playing with this...

> For letting you know, this is coming from this R2RML test-cases: https://www.w3.org/2001/sw/rdb2rdf/test-cases/#R2RMLTC0002b. It is not that I specifically want to have this feature in the engine but it is...

We can use the maven licence plugin to gather the necessary information: https://softwareengineering.stackexchange.com/a/344673

There is the `audit` feature that currently includes Number of triples. Maybe we should distinguish between Provenance and Audit, also because auditing may include some performance overhead (counting the triples...)...

Is there an RDF-like representation of the SPARQL Algebra?

> maybe in the docs i should put a warning that if you use bnodes you are on your own! in order to prevent accidental bnode collisions i increment something...