Example with Images
This example allows to convert from a yaml to W3C ProvJSON and the respective graph form. In addition, when the path to an image is specified in an entity, the program is able to fetch it and visualize it in the graph.
All data files are present in the example_images subdirectory, with all images in the imgs folder.
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_images
python run.py example.yaml -j example_with_images.json -o example_with_images.pdf
