Skip to content
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

Rename OMIM axiom annotation properties #698

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/ontology/config/properties.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ http://www.geneontology.org/formats/oboInOwl#source
http://www.geneontology.org/formats/oboInOwl#hasSynonymType
http://www.geneontology.org/formats/oboInOwl#SynonymTypeProperty
http://purl.obolibrary.org/obo/mondo#GENERATED
http://purl.obolibrary.org/obo/mondo#omim_included
http://purl.obolibrary.org/obo/mondo#omim_formerly
http://purl.obolibrary.org/obo/mondo#includedEntryInOMIM
Copy link
Contributor Author

@joeflack4 joeflack4 Nov 20, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't these need to actually appear in properties.txt?

During the tech meeting today, @matentzn was surprised I was calling them properties. But I feel like they belong here, alongside http://purl.obolibrary.org/obo/mondo#GENERATED which I think was disappearing if we didn't have it showing in this file.

I could do a before/after test to check this myself but for now I'll just pose the question.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I dont think this needs to be here. Most of the things you see here, like "GENERATED" are synonym type properties.. That is very different from the MONDO:includedEntryInOMIM source annotations (see Mondo file)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Aren't the also supposed to be synonym type properties? Is there anything about the nature of MONDO:GENERATED that makes it more appropriate to say that it is a property of the synonym's type than the OMIM ones?

I remember that we have been discussing making object property declarations (I believe for these) in omim.ttl, but have not yet.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

At some point things were failing without these being added, but this may not be the location that fixed things.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Look at how includedInOMIM is used in Mondo:

xref: OMIM:184850 {source="MONDO:includedEntryInOMIM"}

As a oboInOwl:source annotation. This is not at all like:

synonym: "undetermined early-onset epileptic encephalopathy" EXACT GENERATED []

Which is how the GENERATED synonym type was used.

The confusion of why includedEntryInOMIM isn't used the same way, i.e.

synonym: "undetermined early-onset epileptic encephalopathy" EXACT includedEntryInOMIM []

That question is valid! I don't know the exact answer, but lets say for the sake of rapid progress now that the reason is historical.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yea maybe.. I dont think you really need the synonym type "omim included", but you may need the synonym type "omim formerly". Right now I think we should do whatever can be done right now and open issues to revise the decision if need be..

Copy link
Contributor

@twhetzel twhetzel Nov 26, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@joeflack4 have you looked further into this? Also, I set this to merge into develop since it was set incorrectly.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I had this on our recent 1:1 agenda, section titled "MONDO: omimFormerly & includedEntryInOMIM".

Can wait until our next meeting if you like.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@joeflack4 can you sort out if this change is needed, try to run relevant make goals with and without the change to check and any other ways you may think of to test this.

Copy link
Contributor Author

@joeflack4 joeflack4 Dec 11, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@twhetzel May want to just move this to our meeting, that might be easier. This is basically a sub issue of:

And the answers to those questions / decisions will impact whether this is needed or not. If they will become synonym types as Nico seems to suggest might be appropriate, these will definitely be needed.If you / we decide that they should not be changed to that, then I can go ahead and run such an examination now.

Copy link
Contributor Author

@joeflack4 joeflack4 Dec 16, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Spoke with Nico today: conclusions.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, includedEntryInOMIM has nothing to do here; it is not a property. It is a source code value. Yes. It should be kept in mondo. No, it should not be kept in this list.

Copy link
Contributor Author

@joeflack4 joeflack4 Dec 17, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes you're right. Not sure why I put that checkbox on this particular PR. But it does also need:

Copy link
Contributor Author

@joeflack4 joeflack4 Jan 4, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changes made. This will be ready to be reviewed when the following PR is approved, which changes OMIM_FORMERLY and OMIM_INCLUDED to synonym types:

http://purl.obolibrary.org/obo/mondo#omimFormerly
http://www.w3.org/2004/02/skos/core#broadMatch
http://www.w3.org/2004/02/skos/core#narrowMatch
http://www.w3.org/2004/02/skos/core#relatedMatch
Expand Down