-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3106 from obophenotype/3088_update_connecting_bra…
…nch_of Addresses #3088 change vascular object property
- Loading branch information
Showing
6 changed files
with
410 additions
and
171 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
4 changes: 4 additions & 0 deletions
4
src/patterns/data/default/vessel_connecting_branch_of_vessel_pattern.tsv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
defined_class defined_class_label stem_vessel stem_vessel_label | ||
UBERON:0001394 axillary artery UBERON:0001394 subclavian artery | ||
UBERON:0001312 superior vesical artery UBERON:0001310 umbilical artery | ||
UBERON:0013137 external pudendal artery UBERON:0002060 femoral artery |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
22 changes: 22 additions & 0 deletions
22
src/patterns/dosdp-patterns/vessel_connecting_branch_of_vessel_pattern.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
pattern_name: vessel_connecting_branch_of_vessel_pattern | ||
pattern_iri: http://purl.obolibrary.org/obo/uberon/src/patterns/vessel_connecting_branch_of_vessel_pattern.yaml | ||
|
||
description: A vessel that is branching from another vessel (stem vessel), and it is NOT part of it, it is a 'connecting branch of' the stem vessel. | ||
#examples: vertebral artery(UBERON:0001535) is a connecting branch of subclavian artery(UBERON:0001533) | ||
|
||
contributors: | ||
- https://orcid.org/0000-0001-6677-8489 | ||
|
||
classes: | ||
vessel: "UBERON:0000055" | ||
|
||
relations: | ||
connecting_branch_of: "RO:0002252" | ||
|
||
vars: | ||
stem_vessel: "'vessel'" | ||
|
||
subClassOf: | ||
text: "'connecting_branch_of' some %s" | ||
vars: | ||
- stem_vessel |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.