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
For other assertions, like the ones mentioned in the title, these methods don't exist yet. If you wanted to add a revision record to the initial example you'd have to use the ProvBundle.wasRevisionOf method like this:
In release
1.1.0
convenience methods for assertions like derivations (ProvEntity.wasDerivedFrom
) where added that allow the following syntax:For other assertions, like the ones mentioned in the title, these methods don't exist yet. If you wanted to add a revision record to the initial example you'd have to use the
ProvBundle.wasRevisionOf
method like this:I think adding convenience methods for these assertions would improve readability.
Candidates for such convenience methods:
ProvEntity.wasRevisionOf
ProvEntity.wasQuotedFrom
ProvEntity.hadPrimarySource
ProvEntity.mentionOf
ProvEntity.wasInfluencedBy
ProvAgent.wasInfluencedBy
ProvActivity.wasInfluencedBy
The text was updated successfully, but these errors were encountered: