Doron Goldfarb
Doron Goldfarb
Using the following simple PROV template ``` document prefix var prefix vargen prefix ex bundle ex:b agent(var:measuringAgent,[prov:type = 'prov:Person']) entity(vargen:measurement, [prov:type="measurement"]) activity(var:measuringActivity,[prov:location = 'var:tree']) wasAssociatedWith(vargen:assocId; var:measuringActivity, var:measuringAgent,-) wasGeneratedBy(vargen:measurement,var:measuringActivity,-) endBundle endDocument...
Hello! In the book "Provenance: An Introduction to PROV", there is a recipe 4.1.9 "Modeling Sub-Activities" where it is suggested that the DC-terms vocabulary should be used to represent "part...
Having %-encoded local names, such as: var:dataset a prov:Entity ; tmpl:value_0 ex:2018-05-09T14%3A00%3A00%2B02%3A00 . causes template expansion (and other provconvert tasks) to fail: Exception in thread "main" org.openprovenance.prov.interop.InteropException: org.openrdf.rio.RDFParseException: Expected '.',...
Hello, Thanks for this very useful software! We would like to start MCEControl with highest possible privileges regardless of the currently logged in user. I guess this could be achieved...