view jamendo/sparql-archived/SeRQL/TODO @ 27:d95e683fbd35 tip

Enable CORS on urispace redirects as well
author Chris Cannam
date Tue, 20 Feb 2018 14:52:02 +0000
parents df9685986338
children
line wrap: on
line source
---+ SeRQL server TODO list

---++ SPARQL

* Complete SORT BY:
	* Compare in test-cases
	* Realise decending and multi-column sorting
	* Value-specific comparison

* Implement named graphs. etc.

* Implement value based semantics in xsd:dateTime

* { ?x ?y 1 } cannot be mapped to rdf(X, Y, literal(type(xsd:integer, '1')))
  because it must match :a :b "01"^^xsd:integer.

	* Add rdf(X, Y, literal(number(1), X))

* HTTP Server protocol

	* Implement Accept header info
	* Properly report errors.