Closed nichtich closed 9 years ago
Hi Jakob. Really sorry to hear this. I'll be committing a fix for this, but can appreciate that you've been finding quite a few bugs, and am sorry about that.
I've actually been working on a new SPARQL parser for Attean in the last few days, but a few thoughts I think are relevant:
Let me know if I can be of any further help.
best, .greg
Thanks for fixing, you were right this was a serializing issue. Anyway, could you please release a new version of RDF::Query including this fix?
Sure. I've uploaded a beta of RDF::Query 2.917 to CPAN, and will release a full version as soon as I see successful reports from cpan-testers.
Expect query as given above but got:
which is invalid because
p:statement/P1549
is not IRI and should beps:P1549
.I am sorry to say: RDF::Query is great for query execution but seems to be a bit too buggy for my use case (parsing, inspecting and pretty-printing SPARQL queries). Do you plan to create a new SPARQL parser as part of Attean? I'd prefer to split SPARQL parsing and serialization from SPARQL execution. Thanks anyway!