URI qualAssoURI = factory.createURI(PROV_NAMESPACE, "qualifiedAssociation");
URI hadPlanURI = factory.createURI(PROV_NAMESPACE, "hadPlan");
URI hadAgentURI = factory.createURI(PROV_NAMESPACE, "agent");
URI platformURI = factory.createURI(NAMESPACE + "ducktape/", InetAddress.getLocalHost().getHostName() + "/" + Global.getSerialversionuid());
URI workflowURI = factory.createURI(NAMESPACE + "workflow/", workflow.file().getAbsolutePath() + "/" + workflowMD5sum);
// The software is the agent and the workflow is the plan
stmts.add(factory.createStatement(platformURI, RDF.TYPE, agURI));
stmts.add(factory.createStatement(workflowURI, RDF.TYPE, planURI));