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 in a location."

contributors:
- https://orcid.org/0000-0002-3528-5267 # Sofia Robb
- https://orcid.org/0000-0001-5208-3432 # Nicole Vasilevsky
- https://orcid.org/0000-0003-4148-4606 # Midori A. Harris
- https://orcid.org/0000-0001-8314-2140 # Ray Stefancsik

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:
characteristic_of: 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 (''characteristic_of'' some (%s and (''part_of'' some %s))) and (''has_modifier'' some ''abnormal''))'
vars:
- entity
- location
Loading