Convert Linked Data files
Linked Data has multiple representations. The Cayley CLI includes a utility to convert Linked Data files from one format to another.
Convert from one format to another
$ cayley convert -i data.jsonld -o data.nquadsExplicitly specify formats
$ cayley convet -i data.jsonld -o data --dump_format pquadsLast updated
Was this helpful?