Claude Warren created JENA-2357:
-----------------------------------

             Summary: Add Ability to use Collection objects for Nodes in 
QueryBuilder classes
                 Key: JENA-2357
                 URL: https://issues.apache.org/jira/browse/JENA-2357
             Project: Apache Jena
          Issue Type: Improvement
          Components: QueryBuilder
    Affects Versions: Jena 5.0.0
            Reporter: Claude Warren
            Assignee: Claude Warren


Attempting to add a List or other Collection as a node in the QueryBuilder 
where clause should result in in an RDF List like object being created.

so

AddWhere( A, B, List.of( C, D ))  should result in the same where clause as

Select * WHERE \{ A B (C,D) }

 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to