-
Notifications
You must be signed in to change notification settings - Fork 5
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
What is the difference between 'output' and 'result'? #262
Comments
(This was also triggered by feedback from examination of SSN/SOSA at the CODATA workshop.) |
This has been identified in 2017 already, and documented in the wiki then. A proposal is available in the PEP ontology: https://w3id.org/pep/ |
Input to an
Case 2. might apply where an 'Observation' is a step in a processing chain? |
Thanks @maximelefrancois86 - that's helpful.
right? |
(Note: if there are many outputs/results then it can be modelled as a Collection) |
hasInput and hasOutput were very poorly defined in 2017 version of SSN. The definitions haven't been improved during this revision. I think the point of If we had a 'procedure capability' module comparable to the system capability module I would propose moving them out there, but we don't. Meanwhile, I do propose to remove |
See preview at https://raw.githack.com/w3c/sdw-sosa-ssn/262-output-result-consistency/ssn/index.html#SOSAhasInputValue and nearby |
We have two properties related to the 'output' or 'result' of an execution:
hasOutputValue
andhasResult
.What is the distinction between these?
Some thoughts and questions:
We added
hasOutputValue
andhasInputValue
onExecution
in this revision, to complement the existinghasOutput
andhasInput
onProcedure
.But we never explained or explored the overlap between
hasOutputValue
andhasResult
.documentation of
hasOutput
andhasInput
is pretty sketchy - https://w3c.github.io/sdw-sosa-ssn/ssn/#SOSAhasInputhasOutput
indicate? Maybe the type of the result of executing this procedure?hasInput
indicate?The text was updated successfully, but these errors were encountered: