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

Executing construct queries in streaming and sorted ways #49

Open Aklakan opened 9 months ago

Aklakan commented 9 months ago

In the code there are transformations for 'client-side' construct query execution as well as construct-to-lateral transformers. The lateral transformation effectively pushes the construct template into the WHERE part which effectively allows for expressing sort conditions of the produced triples in SPARQL.

RPT/integrate needs to expose the features in the CLI: