Is there a way to convert JSON-LD to N-Quads format?
问题 We have a requirement where we will be storing data in JSON-LD format for maintaining catalog and data from catalog will be pulled in batches to graph DB which supports RDF data format. We have been looking at Cayley and DBgraph for this purpose but these DB support N-Quads as their data format. If there is a graph db which has JSON-LD data format or if there is way to convert JSON-LD format to N-Quads/Turtle format? 回答1: Converting JSON-LD to N-Quads (and back) are core algorithms described