Skip Menu |

This queue is for tickets about the RDF-Sesame CPAN distribution.

Report information
The Basics
Id: 13600
Status: resolved
Worked: 2 hours (120 min)
Priority: 0/
Queue: RDF-Sesame

People
Owner: michael [...] ndrix.org
Requestors: michael [...] ndrix.org
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in:
  • 0.10
  • 0.11
  • 0.12
Fixed in: 0.14



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.