Skip to content

Commit

Permalink
adding GCI to recapitulate part-of. Addresses #12658
Browse files Browse the repository at this point in the history
  • Loading branch information
cmungall committed Oct 27, 2022
1 parent d89d0ce commit 59d68df
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/design_patterns/x_development.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,4 @@ equivalentTo:
text: " 'anatomical structure development' and 'results in development of' some %s"
vars:
- target

9 changes: 9 additions & 0 deletions src/design_patterns/x_morphogenesis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,12 @@ description: TODO
classes:
anatomical structure: "UBERON:0000061"
anatomical structure morphogenesis: "GO:0009653"
anatomical structure development: "GO:0048856"
results in development of: "RO:0002296"

relations:
results in morphogenesis of: RO:0002298
part_of:

vars:
target: "'anatomical structure'"
Expand All @@ -28,3 +31,9 @@ equivalentTo:
text: " 'anatomical structure morphogenesis' and 'results in morphogenesis of' some %s"
vars:
- target

GCI:
text: " ('anatomical structure development' and 'results in morphogenesis of' some %s) SubClassOf 'part of' some ('anatomical structure morphogenesis' and 'results in development of' some %s)"
vars:
- target
- target

1 comment on commit 59d68df

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here's a diff of how these changes impact the classified ontology:

Ontologies are identical

CML watermark

Please sign in to comment.