We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
omimFormerly
omimIncluded
includedEntryInOMIM
rdf:comment
rdfs:comment "This term has one or more labels that end with ', INCLUDED'."
MONDO:omim_formerly
MONDO:omim_included
The text was updated successfully, but these errors were encountered:
Just to reiterate:
[Term] id: NI:CO synonym: "Big G" EXACT ["MONDO:IncludedEntryInOMIM"]
Is something very different from
[Term] id: NI:CO synonym: "Big G" OMIM_INCLUDED EXACT []
Do not mix these two things up! The first case is source evidence. The second case is a synonym type property!
Sorry, something went wrong.
Nico says this usage is bad, e.g.:
Do this:
synonym: "Big G" EXACT ["MONDO:IncludedEntryInOMIM"]
oboInOwl:source
Want to do this way (using omim repo's new functional code):
omim
add_triple_and_optional_annotations(graph, omim_uri, oboInOwl.hasExactSynonym, title, [oboInOwl.source, Literal('MONDO:includedEntryInOMIM')]) add_triple_and_optional_annotations(graph, omim_uri, oboInOwl.hasExactSynonym, title, [oboInOwl.hasSynonymType, URIRef(MONDONS['omim_included'])])
twhetzel
No branches or pull requests
Overview
Sub-tasks
omimFormerly
andomimIncluded
rdf:comment
s?rdfs:comment "This term has one or more labels that end with ', INCLUDED'."
Sub-issues
MONDO:omim_formerly
mondo#8235MONDO:omim_included
rename omim#167The text was updated successfully, but these errors were encountered: