Skip to content
Luc Moreau edited this page Sep 28, 2023 · 3 revisions

How to convert a PROV-N file (extension .provn) to JSON-LD (extension .jsonld)

provconvert -infile file1.provn -outfile file1.jsonld

How to convert a PROV-N file (some extension other than .provn) to JSON-LD (some extension other than .jsonld)

provconvert -infile file1.txt -informat provn -outfile file1.myextension -outformat jsonld

How to compare two files

provconvert -infile file1.provn -compare file2.jsonld -outcompare diff.txt

Clone this wiki locally