This project contains an ontology that defines a schema to be used to represent provevance data gathered from programs (by means of instrumentation or static analysis), in some serialisation format like RDF/JSON.
The project contains an imported version of the prov-dm ontology. The import was done using the following command:
curl -sH "Accept: application/rdf+xml" -L http://www.w3.org/ns/prov
veracity-java-binding-api
contains an API that can be used by an agent instrumenting code to bind code executions to approv concepts.