@pietercolpaert @rubenverborgh @besteves4 Hey! I just read the paper on RDF lenses, and my interpretation of "RDF Lenses" was different. Rather than transforming RDF into JavaScript; I was thinking that it would handle translating RDF between vocabularies. I guess in RDF parlance that's referred to as "reasoning" or something? I got that idea of lenses reading about project Cambria here: https://www.inkandswitch.com/cambria/
@noeldemartin Thanks for the link! Will fwd this to Arthur!
@pietercolpaert @rubenverborgh @besteves4 Also, I think you may already be aware of my library; but since it's not referenced in the paper I'll mention it. I'm using a library (that I made) called Soukai which already does what you mention in the paper, parsing RDF as JS Objects (using the Active Record design pattern). I'm not using any RDF shapes to define the mapping or anything, but I think it'd be pretty easy to implement that :). https://github.com/noeldemartin/soukai-solid