- From: Claus Stadler <cstadler@informatik.uni-leipzig.de>
- Date: Fri, 22 Aug 2014 18:54:54 +0200
- To: Ruben Verborgh <ruben.verborgh@ugent.be>
- CC: public-rdfjs@w3.org
The syntax level is perfectly fine. The Apache Jena framework also separates between the syntax and the algebra level, and offers transformations between the two represenatations. In Jassa, we have ported many of Jena's syntax classes so far: https://github.com/GeoKnow/Jassa-Core/tree/develop/lib/sparql/expr Essentially the reason we modeled this with classes is, that we needed variable substitution, and this is very easy to do if the objects can handle that themselves. So I would just try to create an adapter that iterates your JSON structure and instanciates objects accordingly. Cheers, Claus On 22.08.2014 18:47, Ruben Verborgh wrote: > Hi Claus, > >> I will attempt an integration it into the Jassa framework :) > Awesome. Let me know how it goes! > In particular, it would be great to know how the JSON representation works out, > as I have deliberately chosen not to output SPARQL algebra > (but might support that in the future if needed). > > Best, > > Ruben -- Dipl. Inf. Claus Stadler Department of Computer Science, University of Leipzig Research Group: http://aksw.org/ Workpage & WebID: http://aksw.org/ClausStadler Phone: +49 341 97-32260
Received on Friday, 22 August 2014 16:55:23 UTC