obophenotype / upheno

The Unified Phenotype Ontology (uPheno) integrates multiple phenotype ontologies into a unified cross-species phenotype ontology.
https://obophenotype.github.io/upheno/
Creative Commons Zero v1.0 Universal
76 stars 17 forks source link

create a pattern for biological attribute severity #906

Open Daniel-Olson opened 1 year ago

Daniel-Olson commented 1 year ago

This pattern is meant to describe the severity of biological attributes. Our use case is related to outcomes of clinical outcomes assessments where rank of severity is pertinent. We would also like to include a pattern for the 'normal' quality of a biological attribute.

We are using the patterns: 1) Abnormal - equivalentTo: text: "'has_part' some (%s and ('has_modifier' some ('abnormal' and ('has_modifier' some %s))))" vars:

2) Normal - equivalentTo: text: "'has_part' some (%s and ('has_modifier' some 'normal'))" vars:

@nicolevasilevsky @matentzn

matentzn commented 1 year ago

@rays22 this is important also for issue #903. This asks for two modelling issues:

  1. Using "severity" modifiers on the "abnormal" modifier. The question here is if "has modifier" is the appropriate relation - I think it could be, but something more specific, like "has degree of intensity" could be an option as well.
  2. The use of OBA attributes in place of the post-composed "Q inheres in some E" expression.

Let me know what you think, I think it makes sense, but maybe I am not seeing everything clearly.

nicolevasilevsky commented 1 year ago

related to https://gitlab.c-path.org/c-pathontology/critical-path-ontology/-/issues/75