jopa icon indicating copy to clipboard operation
jopa copied to clipboard

Extend query API with support for SPARQL `VALUES`

Open ledsoft opened this issue 9 months ago • 0 comments

Currently, it is not possible to use SPARQL VALUES to provide inline data via JOPA query API (native and SOQL). Regular Query.setParameter does not seem to fit the requirements for VALUES, so we should consider adding a new method to the Query interface.

ledsoft avatar Mar 28 '25 13:03 ledsoft