-
#SemanticWeb peeps, what’s currently the best/easiest Node.js way to extract semantic data from an arbitrary HTML string that supports any of JSON-LD, RDFa, and Microdata as in-/output? I’m looking for something like
magicParser.parse(htmlWithRDFa).toJsonLD()
. Thanks a lot! 🙏