Mercurial > hg > dbtune-rdf-services
annotate 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 |
rev | line source |
---|---|
Chris@0 | 1 ---+ SeRQL server TODO list |
Chris@0 | 2 |
Chris@0 | 3 ---++ SPARQL |
Chris@0 | 4 |
Chris@0 | 5 * Complete SORT BY: |
Chris@0 | 6 * Compare in test-cases |
Chris@0 | 7 * Realise decending and multi-column sorting |
Chris@0 | 8 * Value-specific comparison |
Chris@0 | 9 |
Chris@0 | 10 * Implement named graphs. etc. |
Chris@0 | 11 |
Chris@0 | 12 * Implement value based semantics in xsd:dateTime |
Chris@0 | 13 |
Chris@0 | 14 * { ?x ?y 1 } cannot be mapped to rdf(X, Y, literal(type(xsd:integer, '1'))) |
Chris@0 | 15 because it must match :a :b "01"^^xsd:integer. |
Chris@0 | 16 |
Chris@0 | 17 * Add rdf(X, Y, literal(number(1), X)) |
Chris@0 | 18 |
Chris@0 | 19 * HTTP Server protocol |
Chris@0 | 20 |
Chris@0 | 21 * Implement Accept header info |
Chris@0 | 22 * Properly report errors. |
Chris@0 | 23 |