Simple Example

This example allows to convert from a yaml to W3C ProvJSON and the respective graph form.

All data files are present in the example_simple subdirectory.

The file example.yaml is used as source, and the program generates fist a W3C Prov JSON file, and then converts it to pdf, svg or png visualization.

cd example_simple

python run.py example.yaml -j example.json -o example.pdf

ExampleSimple