On 06/02/15 02:32, Kamalraj Jairam wrote:
Hello All,
How do i convert a sparql resultset to a model ?
Is it possible without transforming the spraql select query to a
construct query?
Thanks
Kamalraj
What are you trying to do?
You can convert a ResultSet to a model with ResultSetFormatter.toModel.
It's really left-over code from the days when SPARQL testing looked
like it would be model based.
It is encoding the result set, and it's not related to the vocabulary of
the model queried. Try it out to see the vocabulary used.
Andy