-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add abnormally dilated anatomical entity pattern
This commit intends to add a new DOSCP pattern `abnormallyDilatedAnatomicalEntity.yaml` If applied, this commit will fix #787.
- Loading branch information
Showing
1 changed file
with
56 additions
and
0 deletions.
There are no files selected for viewing
56 changes: 56 additions & 0 deletions
56
src/patterns/dosdp-dev/abnormallyDilatedAnatomicalEntity.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,56 @@ | ||
--- | ||
pattern_name: abnormallyDilatedAnatomicalEntity | ||
|
||
pattern_iri: http://purl.obolibrary.org/obo/oba/patterns/abnormallyDilatedAnatomicalEntity.yaml | ||
|
||
description: 'An abnormally dilated anatomical entity, for example, an abnormally dilated cardiac ventricle.' | ||
|
||
examples: | ||
- http://purl.obolibrary.org/obo/HP_0010955 | ||
- http://purl.obolibrary.org/obo/XPO_0115624 | ||
- http://purl.obolibrary.org/obo/MP_0001123 | ||
|
||
contributors: | ||
- https://orcid.org/0000-0001-8314-2140 | ||
|
||
classes: | ||
abnormal: PATO:0000460 | ||
anatomical_entity: UBERON:0001062 | ||
dilated: PATO:0001571 | ||
|
||
relations: | ||
characteristic_of: RO:0000052 | ||
has_modifier: RO:0002573 | ||
has_part: BFO:0000051 | ||
|
||
annotationProperties: | ||
exact_synonym: oio:hasExactSynonym | ||
|
||
vars: | ||
anatomical_entity: "'anatomical_entity'" | ||
|
||
name: | ||
text: "abnormally dilated %s" | ||
vars: | ||
- anatomical_entity | ||
|
||
annotations: | ||
- annotationProperty: exact_synonym | ||
text: "abnormal %s dilation" | ||
vars: | ||
- anatomical_entity | ||
|
||
- annotationProperty: exact_synonym | ||
text: "dilated %s" | ||
vars: | ||
- anatomical_entity | ||
|
||
def: | ||
text: "Abnormal dilation of %s." | ||
vars: | ||
- anatomical_entity | ||
|
||
equivalentTo: | ||
text: "'has_part' some ('dilated' and('characteristic_of' some %s) and ('has_modifier' some 'abnormal')" | ||
vars: | ||
- anatomical_entity |