Luigi Asprino

Results 91 comments of Luigi Asprino

I went through all the triplifiers. Some of the input streams were already closed. I managed to close most of the input streams. I couldn't figure out a way to...

Hi, apologies for replying so late. I think that the solution proposed by @enridaga in #329 solves also this. Another possible solution would be using the StringTriplifier For example, the...

Maybe better closing the issue and convert it to a discussion

Maybe this is not still the case? @enridaga, do you remember the webpage raising the error?

This is an interesting discussion we need to resume, but, maybe, better to move it to the discussion section and then open specific issues once we start implementing this feature.

The problem was related to the fact that CharSequence and String classes didn't appear as keys of the map `converters` in ReflectionFunctionFactory. This made `compatible()` method to return false when...

[340d4b5](https://github.com/SPARQL-Anything/sparql.anything/commit/340d4b51176a535e4528c5bfee1c66188415ad23) adds a new option to the CLI. With `-c option=value` adds to the pair to the execution context. This pair is then retrieved by the FxOpExecutor and added to...

That's true, thank Enrico. With [a5632fc](https://github.com/SPARQL-Anything/sparql.anything/commit/a5632fc0827075fb9209db57e007facd86316e43), when the OpBGP is evaluated, the FXOpExecutor also checks for FXSymbols. If FX symbols are present in the context and the No Service clause...

Everything works except for magic properties which require rethinking the FXOpExecutor. The magic properties resolve on a different operation (called OpFunc) which may be evaluated before the BGP. When the...

With [39ae05f](https://github.com/SPARQL-Anything/sparql.anything/commit/39ae05fd32fc58f03ccb42f70e05cd796e1148e9) execution of the operations OpBGP and OpService is delegated to FXWorkers (i.e. FXWorkerOpBGP and FXWorkerOpService). This favours the reuse of code.