You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I go through the PROVN file and remove the ,- (comma-dashes) then there is no problem. The same dashes are there for the "USED" function but the PROVCONVERT program has no problem with them.
Is this a bug in the PROV Python library or ProvToolbox?
The text was updated successfully, but these errors were encountered:
Thank you for spotting out the bug. There used to be an optional 'activity' attribute in Influence expressions, but this is no longer the case. I've just pushed a commit that fixes this.
In the example below the PROV-N serialization of the wasInfluencedBy relation includes a "-".
Based on the PROV-DM examples for this relation at http://www.w3.org/TR/prov-dm/#dfn-wasinfluencedby, it appears that this "-" is unnecessary.
The issue arrises when using the ProvToolbox to convert this PROV-N to RDF.
PROVCONVERT code says: TestPreProcessSHORT_FilledInJobRECURSIVE.provn line 256:54 mismatched input '-' expecting OPEN_SQUARE_BRACE
If I go through the PROVN file and remove the ,- (comma-dashes) then there is no problem. The same dashes are there for the "USED" function but the PROVCONVERT program has no problem with them.
Is this a bug in the PROV Python library or ProvToolbox?
The text was updated successfully, but these errors were encountered: