Hi, Client send a Sparql query to my service, which then the code pass the query to QueryFactory.create(), and then pass the returned query object to QueryExecutionFactory.create()
Now client wants to send 2 queries (instead of making 2 calls to my service), can QueryFactory.create take more than 1 Sparql queries in this case? Thanks, Z
