Re: SPARQL JS lib, from textual syntax to algebra

Hi Gregg,

> We chose the Jena ARQ SSE representation for the algebra.

Yes, by lack of an actual standard, ARQ SSE is the closest thing.

> This could have been done in YAML just as easily. Whatever is convenient for saving object trees would work, but SSE helped in development and testing as we could first ensure we create the same SSE before verifying it executes properly.

Exactly. A JSON tree would be easier to manipulate in memory,
so we might be looking for something in JSON that resembles SSE.


Ruben

Received on Thursday, 5 November 2015 14:57:11 UTC