I just wanted to share my new JavaScript library: Linked Data Objects (LDO). Dealing with RDF was always frustrating for me. I just want to be able to read and modify RDF like it was JSON, and I’d like it to be strongly typed.
LDO takes ShEx schema and converts them into TypeScript Typings. You can then use those typings to parse RDF data and modify it as if it were a regular JSON object.