-
Notifications
You must be signed in to change notification settings - Fork 2
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
accept SSSOM format #47
Comments
See google document about SSSOM: |
Maybe let’s wait until we have actually agreed on anything.. |
I think we agree on the majority, which could still be implemented, though there is no rush Would be good to think about boomer reqs, both for input and output |
I commented on the SSSOM about whether complex mapping axioms will be supported. |
Many of the cases in SSOS (such as "Exact Match") are already covered by SKOS. It seems like we are reinventing the wheel in such cases. Why not use SKOS terms when what we are looking for is present in SKOS? |
@balhoff I would like to allow complex mappings, but this requires to allow subject and objects actually to be tuples that map to class expressions. While this is technically doable, it will make the discussion of this proposal with the community much harder.. I would like to avoid now to define a standard that looks so complicated that no one will adopt it... Technically speaking all we need is:
We can build this in right at the onset - but we can also just agree we will do it later once the simpler format is agreed on (simple but already quite extensive.. more than I hoped). @wdduncan most of the SSSOM match type classes that look like skos are actually only grouping classes for the concrete match types (like "match on label"). skos annotations are allowed as a predicates, and the match type really qualifies the method with which the match was obtained. But its not yet perfectly straightened out I have to admit. |
note: sssom-py can be used to translate sssom to ptables |
I use Also there would be a separate row for each interpretation of a pair of terms |
@cmungall I agree if we are very formal, confidence and probability are different. However, how would you in your own words characterise the difference? Maybe if its significant, we could add a field for probability. For me confidence is a subjective measure that states "I am 70% sure this mapping holds" - I don't quite understand, although I can sense the difference, how this differs practically from "This relationship holds with 70% probability". Maybe the latter is a statement about the domain? in 7 out of 10 cases the relation holds, and in 3 out of 10 it does not? Maybe that's it.. |
Or do you mean something like confidence interval? |
Didn't even think of that... |
Intuitively: I may want to say: I believe a=b but I lack confidence because
I lack evidence. Say i am not comfortable going above 50%. But if we treat
as probability we are making a strong student about probability of a not
equal b
This can be formalized but I think its easiest if we sa
Y boomer reads confidence as probability
…On Thu, May 6, 2021, 00:22 Nico Matentzoglu ***@***.***> wrote:
@cmungall <https://github.com/cmungall> I agree if we are very formal,
confidence and probability are different. However, how would you in your
own words characterise the difference? Maybe if its significant, we could
add a field for probability. For me confidence is a subjective measure that
states "I am 70% sure this mapping holds" - I don't quite understand,
although I can sense the difference, how this differs practically from
"This relationship holds with 70% probability". Maybe the latter is a
statement about the domain? in 7 out of 10 cases the relation holds, and in
3 out of 10 it does not? Maybe that's it..
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#47 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAMMOMEMQBAV7W5QNGJZO3TMI7VFANCNFSM4MOQ44WQ>
.
|
Let's just have a convention:
This allows sssom as an alternative to ptables |
in addition to the ptable, also accept SSSOM mappings
cc @cmungall
The text was updated successfully, but these errors were encountered: