-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
action:result
linking one core:UcoObject
to multiple action:Action
s
#558
Comments
It is completely valid for one UcoObject to be the result of multiple Actions. |
@sbarnum : The example you provided could also be satisfied with Are you able to think of two actions that result in the same object, but the actions are clearly not |
I think we need to be really careful not to try to over-interpret almost any action into an Analysis just so we could force its result to be an AnalyticResult. There are lots of potential examples that could be given. |
DNS resolution satisfies me as an example. An object can be the result of multiple |
Let's say we have the following graph, depicting two
Action
s (and they are asserted to be different) and oneUcoObject
.Both independent actions "result" in
kb:UcoObject-1
.This graph appears, to me, to be a data error, thinking from the perspective of how I could use UCO to represent an object's creation.
Is there ever a case where this would be OK? The definition of
action:result
doesn't seem to be precise enough to say yes or no.I considered that
analysis:Analysis
would offer an acceptable use-case, butanalysis:AnalyticResult
appears to enable uniqueness of "result" objects.The text was updated successfully, but these errors were encountered: