Elie Roux created JENA-2206:
-------------------------------
Summary: setList in ParameterizedSparqlString
Key: JENA-2206
URL: https://issues.apache.org/jira/browse/JENA-2206
Project: Apache Jena
Issue Type: New Feature
Components: ARQ
Affects Versions: Jena 4.2.0
Reporter: Elie Roux
having a new function
setList​(java.lang.String valueName, java.util.List<? extends RDFNode>
listItems)
would be very practical, it would transform
select * { ?s ?p ?o . FILTER (?o IN ?ovalues)}
into
select * { ?s ?p ?o . FILTER (?o IN ("a", "b"))}
when called with ("o", ["a", "b"])
--
This message was sent by Atlassian Jira
(v8.20.1#820001)