JS library for converting RDF formats
Posted on:I would personally love to see a pure-JavaScript library for converting RDF in various formats. Like RDF/XML to Turtle to JSON-LD. There’s various implementations either for Node or for the browser, but nothing pure JS that supports all major formats above. What do you think?
I think we better use public-rdfjs@w3.org for discussions 😉
I see @webr3 started something long time ago: https://github.com/webr3/rdf.js I will try to invite him to this group…
I would like to see a higher level npm which uses existing packages as dependencies n3, jsonld etc.