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

Added risk factor term for #2112 #2133

Merged
merged 1 commit into from
Nov 14, 2023
Merged
Changes from all commits
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
11 changes: 11 additions & 0 deletions src/ontology/efo-edit.owl
Original file line number Diff line number Diff line change
Expand Up @@ -16771,6 +16771,7 @@ Declaration(Class(efo:EFO_0022477))
Declaration(Class(efo:EFO_0022478))
Declaration(Class(efo:EFO_0022479))
Declaration(Class(efo:EFO_0022480))
Declaration(Class(efo:EFO_0022481))
Declaration(Class(efo:EFO_0022482))
Declaration(Class(efo:EFO_0022483))
Declaration(Class(efo:EFO_0022484))
Expand Down Expand Up @@ -202095,6 +202096,16 @@ AnnotationAssertion(oboInOwl:hasExactSynonym efo:EFO_0022480 "129/J")
AnnotationAssertion(rdfs:label efo:EFO_0022480 "129P3/J"@en)
SubClassOf(efo:EFO_0022480 efo:EFO_0000597)

# Class: efo:EFO_0022481 (decreased risk)

AnnotationAssertion(obo:IAO_0000115 efo:EFO_0022481 "An decrease in the probability of an event occurring, as compared to a background risk such as the normal risk in a given population. For instance, limiting alcohol consumption can decrease risk of ovarian cancer.")
AnnotationAssertion(dc:creator efo:EFO_0022481 "Zoe May Pendlington")
AnnotationAssertion(dc:date efo:EFO_0022481 "2023-11-14T17:37:07Z"^^xsd:dateTime)
AnnotationAssertion(oboInOwl:hasExactSynonym efo:EFO_0022481 "decrease in risk")
AnnotationAssertion(oboInOwl:hasExactSynonym efo:EFO_0022481 "protective")
AnnotationAssertion(rdfs:label efo:EFO_0022481 "decreased risk"@en)
SubClassOf(efo:EFO_0022481 efo:EFO_0003919)

# Class: efo:EFO_0022482 (129S/SvEv)

AnnotationAssertion(obo:IAO_0000115 efo:EFO_0022482 "Inbred Strain.")
Expand Down
Loading