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

ASF subversion and git services commented on JENA-2357:
-------------------------------------------------------

Commit 5d5beb64d619eb0108293261b6fdebfd34f269cf in jena's branch 
refs/heads/main from Claude Warren
[ https://gitbox.apache.org/repos/asf?p=jena.git;h=5d5beb64d6 ]

JENA-2357 Added Collection and collection SPARQL textual representation as a 
valid argument to the QueryBuilder clauses.


> 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