-
Notifications
You must be signed in to change notification settings - Fork 24
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
How should unmapped elements be indicated? #28
Comments
I like the idea of |
My main worry is that this statement is a statement on mapping level that requires for its interpretation the context of the mapping (mapping set). My main use case for SSSOM requires the ability to mix and match mappings, which sort of decontextualises them. I guess we could say that the interpretation of
|
Also, you could include a column that for whether a mapping exists. "1" means a mapping does, "0" means a mapping does not. Personally, I prefer |
Needs to be clear that a mapping was sought and not found, regardless of implementation. |
makes sense
…On Tue, Aug 18, 2020 at 4:34 AM Nico Matentzoglu ***@***.***> wrote:
My main worry is that this statement is a statement on mapping level that
requires for its interpretation the context of the mapping (mapping set).
My main use case for SSSOM requires the ability to mix and match mappings,
which sort of decontextualises them. I guess we could say that the
interpretation of sssom:NoMapping is "no mapping in source", and *require
the object_source to be specified*- when sssom:NoMapping is used. We
could also use sssom:Nothing instead of noMappig to retain a bit the
"object-ness" of the terminology in the object_id column.. I dont mind
either way. Something like:
subject_id relation_id object_id match_type object_source
HPO:001 owl:equivalentTo sssom:Nothing sssom:HandCurated mp.owl
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#28 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAMMOPWHDMFMU7M3R5I6ELSBJRK3ANCNFSM4QCPWJWQ>
.
|
type=curated & object_id=sssom: Nothing -> a human was not able to find a
mapping
type=lexical & object_id=sssom: Nothing -> lexical methods not able to find
a mapping
sufficient?
…On Wed, Aug 19, 2020 at 10:49 AM Melissa Haendel ***@***.***> wrote:
Needs to be clear that a mapping was sought and not found, regardless of
implementation.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#28 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAMMOLLGEJFZHGQIJ5HFI3SBQGBHANCNFSM4QCPWJWQ>
.
|
Maybe rather than sssom:Nothing, something like sssom:NoTermFound (to avoid confusing with owl:Nothing) |
Do we want a special predicate for such cases? E.g.: |
we want to be able to say no exact matches, no close matches etc
…On Tue, Oct 13, 2020 at 1:28 PM Bill Duncan ***@***.***> wrote:
Do we want a special predicate for such cases? E.g.: sssom:noMatch
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#28 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAMMOKHKWSWBVYHKKKFXPTSKS2ANANCNFSM4QCPWJWQ>
.
|
This tickets discusses three things:
For 1, the going proposal is:
to indicate that given the term HP:001, there was no term in the For 2 |
The negated mapping question is discussed in #40 so this ticket is now purely about the question how to specify unmapped elements. |
Vote: Proposal for modelling unmapped elements.
To say that: "According to a human curator, there was no term in
|
I frequently want to be able to state: I have looked in
object_source
for a matching or close concept tosubject_id
but am confident there is nothing.How should I state this?
Can we make object_id/name nullable (where we have a convention that '' in the TSV is null)?
alternatively we could have a CURIE/URI for NoMapping, analogous to owl:Thing.
@wdduncan we need this for the nmdc sssom
I'm also using a pseudo-sssom for cob-to-external where I have blank entries for not mapped
The text was updated successfully, but these errors were encountered: