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

Add deviation towards the medial side #833

Merged
merged 4 commits into from
Aug 16, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
---
pattern_name: deviationTowardsTheMedialSideOfAnatomicalEntity

pattern_iri: http://purl.obolibrary.org/obo/upheno/patterns-dev/deviationTowardsTheMedialSideOfAnatomicalEntity.yaml

description: 'Use this pattern for phenotypes involving angulation, curvature or bending towards the middle of an anatomical entity that is abnormal in space or time (e.g. permanent).'

# examples:
# - http://purl.obolibrary.org/obo/HP_0030084 # Clinodactyly
# - http://purl.obolibrary.org/obo/HP_0001863 # Toe clinodactyly
# - http://purl.obolibrary.org/obo/HP_0009486 # Radial deviation of the hand

contributors:
- https://orcid.org/0000-0001-8314-2140 # Ray Stefancsik

classes:
deviation_towards_the_medial_side: PATO:0002177
abnormal: PATO:0000460
anatomical_entity: UBERON:0001062

relations:
characteristic_of: RO:0000052
has_modifier: RO:0002573
has_part: BFO:0000051

annotationProperties:
exact_synonym: oio:hasExactSynonym
broad_synonym: oio:hasBroadSynonym

vars:
anatomical_entity: "'anatomical_entity'"

name:
text: "curvature or bending of %s towards the middle"
vars:
- anatomical_entity

annotations:
- annotationProperty: broad_synonym
text: "permanent curving of %s"
vars:
- anatomical_entity

- annotationProperty: broad_synonym
text: "curvature of %s"
vars:
- anatomical_entity

- annotationProperty: broad_synonym
text: "permanent bending of %s"
vars:
- anatomical_entity

def:
text: "A changed direction of position including angulation, curvature or bending towards the middle of %s."
vars:
- anatomical_entity

equivalentTo:
text: "'has_part' some (
'deviation_towards_the_medial_side'
and ('characteristic_of' some %s)
and ('has_modifier' some 'abnormal')
)"
vars:
- anatomical_entity
...