RdfProcessingToolkit icon indicating copy to clipboard operation
RdfProcessingToolkit copied to clipboard

Make use of Jena's extension rsparql extension mechanism

Open Aklakan opened this issue 5 years ago • 0 comments

Jena already provides SPARQL command line tooling with extension support. As sparql-integrate does a bit more than just registering extensions (e.g. it supports processing sequences of queries from multiple files), it does not seem possible to integrate completely into (r)sparql (i.e. having sparql-integrate as only a command line wrapper that invokes (r)sparql with the appropriate extensions).

Yet, there are 2 things we can do:

  • Make it possible to use sparql-integrate extensions via jena; which means documenting the namespaces for the extensions and testing it with jena's native command line tooling
  • Extend sparql-integrate to support the same extension points as (r)sparql

Aklakan avatar Jul 12 '19 12:07 Aklakan