We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
db.search()
Essentially, it'd be nice to do something like this: https://github.com/mcollina/levelgraph-n3#exporting-ntriples-from-levelgraph
But I'm finding it tricky to accomplish using "raw" jsonld.js stuff coupled with the output of search.
However, even if it's possible via db.search() + jsonld.* (something), it'd be super to have this streamlined in some way, so that's more intuitive.
jsonld.*
Essentially, it'd be nice to do something like this:
https://github.com/mcollina/levelgraph-n3#exporting-ntriples-from-levelgraph
But I'm finding it tricky to accomplish using "raw" jsonld.js stuff coupled with the output of search.
However, even if it's possible via
db.search()+jsonld.*(something), it'd be super to have this streamlined in some way, so that's more intuitive.