-
Notifications
You must be signed in to change notification settings - Fork 1
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
Decouple annotations/associations from the main release obo/owl files #13
Labels
help wanted
Extra attention is needed
Comments
cthoyt
referenced
this issue
Nov 4, 2024
cthoyt
added a commit
to biopragmatics/pyobo
that referenced
this issue
Nov 5, 2024
References biopragmatics/obo-db-ingest#13 Demonstration of results are in biopragmatics/obo-db-ingest#12 This PR enables serializing to OBO but skipping object properties, as requested by @cmungall
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Current pyobo includes annotations (in the sense of GO annotations, not OWL annotations) modeled as
relationship
s (i.eS subClassOf R some O
).An example of this is ec.obo:
This has a number of practical and semantic disadvantages
relationships
)Instead decouple the associations / annotations / contingent knowledge. Use TSVs without OWL semantics and all its pitfalls. KGX is a good choice. Some associations are better modeled as SSSOM. By all means distribute these as .obo/.owl as well, and by all means distribute merged products too. The key is to focus on the "conceptual coat hanger" as Rector calls it, and allow people to hang their coats as they please.
In practical terms something like this:
This is less work for pyobo/obo-db-ingest overall. Sometimes you can simply say "we are only providing the coat rack today, we may get to the associations later"
The text was updated successfully, but these errors were encountered: