RDF-KV.js
An implementation based on Dorian Taylor’s RDF-KV spec in JavaScript. This is used to accept form posts on a node.js endpoint, parse the FormBody to triples, and stuff the data into a SPARQL endpoint. Using this means that the layer between accepting data and storing that data on your server is like 3 lines of code.
The basic syntax and simple cases are currently being handked, on the roadmap is the rest of the spec including macros, documenttion, and examples.