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

Create abnormalShapeOfPhysicalEntityInLocation.yaml #969

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
---
pattern_name: abnormalShapeOfPhysicalEntityInLocation
pattern_iri: http://purl.obolibrary.org/obo/upheno/patterns-dev/abnormalShapeOfPhysicalEntityInLocation.yaml
description: "abnormal shape of an anatomical entity or a measurement of a process, such as an ECG wave, in a location"
Copy link
Contributor

Choose a reason for hiding this comment

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

I have a serious problem with a statement like ""shape of ... measurement of a process ...", because PATO:0000052 shape is clearly defined as being a physical object quality.
An electrocardiogram (ECG) can be viewed as a measurement datum, or a timed stamped measurement datum, and then it may come in many different forms, and you could attribute some "shape" characteristics to some of its forms. However, the shape of a measurement datum does not look like one to be included in a phenotype ontology.
However, we can view an ECG as some sort of a quality of the electrophysiological characteristics of a physical object, the heart. In that case, it does not make sense at all to talk about the "shape quality" of another very specific quality.
In summary, PATO:0000052 shape should be reserved for characterising physical objects like anatomical entities, but not processes, or worse, measurement datums.
We need a better description here with better examples of when and how to use this phenotype pattern.


contributors:
- https://orcid.org/0000-0002-3528-5267
- https://orcid.org/0000-0001-5208-3432
- https://orcid.org/0000-0003-4148-4606
matentzn marked this conversation as resolved.
Show resolved Hide resolved

classes:
shape: PATO:0000052
abnormal: PATO:0000460
entity: BFO:0000002
matentzn marked this conversation as resolved.
Show resolved Hide resolved
independent continuant: BFO:0000004

relations:
inheres_in: RO:0000052
matentzn marked this conversation as resolved.
Show resolved Hide resolved
has_modifier: RO:0002573
has_part: BFO:0000051

annotationProperties:
exact_synonym: oio:hasExactSynonym

vars:
entity: "'entity'"
location: "'independent continuant'"

name:
text: "abnormal shape of %s in %s"
vars:
- entity
- location
matentzn marked this conversation as resolved.
Show resolved Hide resolved

annotations:
- annotationProperty: exact_synonym
text: "abnormally shaped %s in %s"
vars:
- entity
- location
matentzn marked this conversation as resolved.
Show resolved Hide resolved

def:
text: "Any structural anomaly in the shape of the %s located in %s."
vars:
- entity
- location
matentzn marked this conversation as resolved.
Show resolved Hide resolved

equivalentTo:
text: "'has_part' some ('shape' and (''inheres_in'' some (%s and (''part_of''
matentzn marked this conversation as resolved.
Show resolved Hide resolved
some %s))) and ('has_modifier' some 'abnormal'))"
vars:
- entity
- location
matentzn marked this conversation as resolved.
Show resolved Hide resolved
Loading