ruby-rdf / sparql

Ruby SPARQL library
http://rubygems.org/gems/sparql
The Unlicense
88 stars 14 forks source link

ORDER BY and value comparison fixes #16

Closed michivi closed 9 years ago

michivi commented 9 years ago

As mentioned in the issue #15 from the original sparql project repository, only the first ORDER BY criterion was taken into account. Also, there was no predefined order between blank nodes, IRIs and literal values (or lack thereof) as described in the SPARQL recommendation.

I've fixed both issues and written some non-regression tests for them. I've also updated a MIME type in a Unit Test (change necessary with the latest version of the rdf-turtle library).

To sum up:

michivi commented 9 years ago

I've e-mailed the waiver to the public-rdf-ruby@w3.org mailing list.