json-rql icon indicating copy to clipboard operation
json-rql copied to clipboard

Statement ordering support

Open gsvarovsky opened this issue 8 years ago • 1 comments

Since statement ordering (sometimes) matters, @where etc. should allow an array of statements so that generated SPARQL maintains the ordering. Conversely, when the SPARQL contains OPTIONAL or MINUS, generated json-rql should use an array, and not aggressively collapse patterns.

gsvarovsky avatar Jul 15 '17 09:07 gsvarovsky

@where can take an array (at least, for json-rql --> SPARQL), e.g. sparql-10-1b More test cases needed.

gsvarovsky avatar May 17 '18 11:05 gsvarovsky