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 attributeNormal.yaml #908

Open
wants to merge 1 commit 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
44 changes: 44 additions & 0 deletions src/patterns/dosdp-dev/attributeNormal.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
pattern_name: attributeNormal
pattern_iri: http://purl.obolibrary.org/obo/upheno/patterns-dev/attributeNormal.yaml
description: "This pattern is meant to describe the Normal 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

classes:
trait: OBA:0000001
normal: PATO:0000461

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

annotationProperties:
exact_synonym: oio:hasExactSynonym

vars:
attribute: "'trait'"

name:
text: "%s, normal"
vars:
- attribute

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

def:
text: "A form of %s that is normal."
vars:
- attribute

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