-
Notifications
You must be signed in to change notification settings - Fork 18
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
matentzn
wants to merge
10
commits into
master
Choose a base branch
from
add-abnormalshapepfpeinloc
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+54
−0
Open
Changes from 1 commit
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
71234f6
Create abnormalShapeOfPhysicalEntityInLocation.yaml
matentzn 0b868f2
Update src/patterns/dosdp-dev/abnormalShapeOfPhysicalEntityInLocation…
matentzn 57a147a
Update src/patterns/dosdp-dev/abnormalShapeOfPhysicalEntityInLocation…
matentzn 935f278
Update src/patterns/dosdp-dev/abnormalShapeOfPhysicalEntityInLocation…
matentzn ef679e5
Update src/patterns/dosdp-dev/abnormalShapeOfPhysicalEntityInLocation…
matentzn 2531054
Update src/patterns/dosdp-dev/abnormalShapeOfPhysicalEntityInLocation…
matentzn cf83f53
Update src/patterns/dosdp-dev/abnormalShapeOfPhysicalEntityInLocation…
matentzn 43b21f4
Update src/patterns/dosdp-dev/abnormalShapeOfPhysicalEntityInLocation…
matentzn 51496ea
Update abnormalShapeOfPhysicalEntityInLocation.yaml
matentzn c19978f
Update abnormalShapeOfPhysicalEntityInLocation.yaml
matentzn File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
53 changes: 53 additions & 0 deletions
53
src/patterns/dosdp-dev/abnormalShapeOfPhysicalEntityInLocation.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
|
||
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
|
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
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.