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 attributeSeverity.yaml #907

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
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
51 changes: 51 additions & 0 deletions src/patterns/dosdp-dev/attributeSeverity.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
pattern_name: attributeSeverity
pattern_iri: http://purl.obolibrary.org/obo/upheno/patterns-dev/attributeSeverity.yaml
description: "This pattern is meant to describe the severity of biological attributes, such as 'severe lack of lower limb coordination efficacy'."

contributors:
- https://orcid.org/0000-0001-5208-3432
- https://orcid.org/0000-0002-7356-1779
- https://orcid.org/0000-0001-5839-2535
- https://orcid.org/0000-0002-2389-9288
- https://orcid.org/0000-0002-8134-1207

classes:
trait: OBA:0000001
intensity: PATO:0000049
abnormal: PATO:0000460

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

annotationProperties:
exact_synonym: oio:hasExactSynonym

vars:
attribute: "'trait'"
severity: "'intensity'"

name:
text: "abnormal %s, %s"
vars:
- attribute
- severity

annotations:
- annotationProperty: exact_synonym
text: "%s %s"
vars:
- severity
- attribute

def:
text: "A form of %s that is abnormal with %s."
vars:
- attribute
- severity

equivalentTo:
text: "'has_part' some (%s and ('has_modifier' some ('abnormal' and ('has_modifier' some %s))))"
vars:
- attribute
- severity