@niklasl thank you for dropping by and I believe we'll do another telecon in November! in between this channel, mailing list and github repos/wikis should also provide us with nice collaboration space
FWIW, my last hack in rdfjs space is https://github.com/niklasl/ldtr It is sort of a "cheat", since it just transcribes TriG into JSON-LD. It might be interesting as a comparison to proper triple representations though (although it does hide the "true nature" of RDF).
@RubenVerborgh We're talking about an in-memory representation... there's several Turtle parsers, each of them outputs in different ways. What we're trying to achieve is a common data format for output
Clarification of earlier point: RDF Interfaces is not JavaScript-idiomatic; we want a JavaScript way to interact with triples and quads on a low level. Being JavaScript-idiomatic includes support for asynchronicity.
A JSON-LD parser would probably have a hard time tagging a line number with a triple/quad, but could do something like a json-path. RDFa can also associate a XPath IIRC
@Acubed: Its annotating the HTML forms with RDF specific markup (e.g. rex-subject, rex-predicate, ...) such that the form can be both pre-filled out from existing data in a sparql endpoint as well as persist any changes back to it