RDF::Query 1.030
January 15th, 2006 12:18 AM
New RDF::Query (version 1.030). Available from CPAN shortly.
In this release:
- Added support for
SELECT *
in SPARQL queries. - Added support for default namespaces in SPARQL queries.
- Added support for querying RDF collections in SPARQL:
(1 ?x 3)
- Fixed a bug where one of two identical triple variables would be ignored (
{ ?a ?a ?b }
).
I’ve also started to write test harnesses for the DAWG Testcases, so that will hopefully help the coverage and lead to more bugfixes.
Enjoy.