ProvToolbox
ProvToolbox copied to clipboard
Java toolkit to create and convert W3C PROV data model representations, and build provenance-enabled applications in a variety of programming languages (java, python, typescript, javascript)
## Bug Parsing a turtle binding file results in a seasame exception on Windows. The most likely reason is a bug in the older seasame RDF implementation. ## Solution Update...
## Bug Ff you start the provconvert .bat script on a windows plattform (in my case Windows 7 Professional) it will not execute because the command is bigger than 8192...
Hi, I have been trying to install ProvToolbox using the given disk images for Mac. It downloads alright but when I click to install, it showed the error message stating...
Should optional variables (marked with ui:min, ui:max) be handled by the template expander? When a variable is not filled, e.g. a plan in an association, and if the variable occurs...
For some templates it would be useful if statements with unbound variables were stripped out. Some options: - allow the caller to configure the expander to strip out unbound variables...
Following document fails to convert to provx: ``` document prefix ex prefix ex2 entity(ex:101-entity,[prov:label = "entity101", ex:a01b\[c = 'ex2:\=\'\(\)\,-\:\;\[\]\.', ex:a01bc = 'ex2:\=\'\(\)\,-\:\;\[\]\.', ex:unicode = 'ex2:À-ÖØ-öø-Ͱͽ', ex:À-ÖØ-öø-Ͱͽ = 'ex2:unicode', ex:?a\=b =...
See issue #146. Example is problematic when pasted in prov-translator window. https://gist.githubusercontent.com/lucmoreau/edc2ef58bb4492f89bcd/raw/8f5e1ff79da212c0bb72d5b12e3a59d49101597c/entity101.provn
Provtoolbox does not perform any check on the syntax of URIs. This means that, for instance, when a PROV-N document is read, what occurs in between angle brackets: ``` prefix...
ProvToolbox is permissive in a number of ways - prov-n parser is permissive, and recovers from errors https://github.com/lucmoreau/ProvToolbox/issues/111 - some attributes such as prov:label expects strings, but this is not...
The difference between value_n and 2dvalue_n_m seems unnecessary and is confusing. Suggest just using value_n. - as a side-effect prov-xml compatibility is regained - may also allow variables to be...