[ 
https://issues.apache.org/jira/browse/JENA-2357?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17790234#comment-17790234
 ] 

Andy Seaborne commented on JENA-2357:
-------------------------------------

Can this be "Resolved" now?

(As we don't use JIRA much now, it might as well be closed)


> 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
>            Priority: Minor
>
> 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