A resultset does not contain triples. It is the result of a SELECT query. And I really suggest to finally start working with the Jena documentation [1]! It's really well documented and would answers many questions if people would read it.

[1] https://jena.apache.org/documentation/query/app_api.html


On 04.08.2016 18:11, kumar rohit wrote:
After  this code,
QuerySolution soln = results.nextSolution();

how can I get subject, predicate and object of a triple in resultset?

Can we do it in QuerySoloution?


Reply via email to