Hi all, just wanted to let you know that in addition to CSV2RDF we've now published JSON2RDF: https://github.com/AtomGraph/JSON2RDF
It's a Jena-based generic JSON2RDF converter which reads JSON and writes streaming N-Triples output. Such output is well-suited for further transformation with SPARQL CONSTRUCT, for vocabulary (re-)mapping, URI building, datatype fixing etc. I think the algorithm is similar to JSON-LD but I'm not too sure. In any case, no @context is necessary as JSON2RDF accepts arbitrary JSON. I see JSON2RDF+CONSTRUCT as a more flexible alternative to JSON-LD+@context when it comes to lifting JSON data to RDF. Hope it can be useful. Martynas atomgraph.com
