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
PROV InstantaneousEvents that are also Influences need to be defined inhering in the two things related by the unqualified property.
216
+
The PROV InstantaneousEvents that are also Influences need to be defined inhering in the two things related by the unqualified property.
217
+
218
+
This handles qualifying influences of a form "Given 'x u y', 'u' an unqualified influence property, qualify the influence as 'x q I , I p y'." E.g., 'x prov:wasGeneratedBy y' -> 'x prov:qualifiedGeneration G; G a prov:Generation; G prov:activity y .'" Other influences reverse direction or involve multiple links, and are handled with logic not in this function.
217
219
218
220
:returns: Returns a node N matching the pattern 'n_prov_thing n_predicate N', as well as a supplemental set of triples. If a node N is not found in the graph, a node is created and linked in the supplemental triples; hence the length of the supplemental triples being >0 can be used as an indicator that the node was created.
0 commit comments