-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create abnormalShapeOfPhysicalEntityInLocation.yaml
- Loading branch information
Showing
1 changed file
with
53 additions
and
0 deletions.
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 | ||
|
||
classes: | ||
shape: PATO:0000052 | ||
abnormal: PATO:0000460 | ||
entity: BFO:0000002 | ||
independent continuant: BFO:0000004 | ||
|
||
relations: | ||
inheres_in: RO:0000052 | ||
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 | ||
|
||
annotations: | ||
- annotationProperty: exact_synonym | ||
text: "abnormally shaped %s in %s" | ||
vars: | ||
- entity | ||
- location | ||
|
||
def: | ||
text: "Any structural anomaly in the shape of the %s located in %s." | ||
vars: | ||
- entity | ||
- location | ||
|
||
equivalentTo: | ||
text: "'has_part' some ('shape' and (''inheres_in'' some (%s and (''part_of'' | ||
some %s))) and ('has_modifier' some 'abnormal'))" | ||
vars: | ||
- entity | ||
- location |