Re: BGP, path, and optimization. Was: Jena Usage Report: Performance, bugs and feature requests

2018-06-09 Thread Claude Warren
I've been on holiday so I haven't responded on this topic but now that I am home and can type on a "real" keyboard I have read back over this chain and the previous topic and am still confused. I would think that the optimizer would 1) convert the path statement to the equivalent multi-line

Re: Combined query results

2018-06-09 Thread Claude Warren
I can think of two ways to do this. One is to use the bind statement to bind the desired value. prefix : Select ?alice ?address where { ?alice :hasAddress ?address. bind( "Alice" as ?alice ) } The other is to use federated queries to do the join in one cal

Re: Combined query results

2018-06-09 Thread Samita Bai / PhD CS Scholar @ City Campus
Dear Claude, I am working on two systems to answer the query so I need to split a query into two parts, one part will be sent to one system and its results would be sent to another system as a parametrized query. Regards, Samita Bai From: Claude Warren Sen