Subject: | Support SeRQL CONSTRUCT queries |
According to section 6.7 of the Sesame user guide, the SeRQL query language supports queries ("CONSTRUCT") which return a new RDF graph instead of a result table. It would be nice to support that kind of query.
The tricky part seems to be representing the resulting RDF graph in a useful way. We could return an RDF::Core::Model object or something similar.