SmartDataAnalytics / RdfProcessingToolkit

Command line interface based RDF processing toolkit to run sequences of SPARQL statements ad-hoc on RDF datasets, streams of bindings and streams of named graphs with support for processing JSON, CSV and XML using function extensions
https://smartdataanalytics.github.io/RdfProcessingToolkit/
Other
39 stars 3 forks source link

Conditional OpExecutor selection #15

Closed Aklakan closed 3 years ago

Aklakan commented 4 years ago

Some property functions do not work as expected when reordered, because they need input passed to them. Currently reordering is globally disabled which sometimes gives unacceptable long runtimes. Resolution of this issue should involve:

For example, fs:find requires ?path to be bound in order to yield results.

foo a ?path .
?path fs:find ?file
Aklakan commented 3 years ago