Skip to content

Commit

Permalink
Add test property chain for regulates over in_taxon
Browse files Browse the repository at this point in the history
  • Loading branch information
balhoff authored Nov 5, 2024
1 parent 0fe8a45 commit e20597a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ubergraph-axioms.ofn
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,6 @@ SubObjectPropertyOf(ObjectPropertyChain(<http://purl.obolibrary.org/obo/BFO_0000
SubObjectPropertyOf(ObjectPropertyChain(<http://purl.obolibrary.org/obo/UPHENO_0000001> <http://purl.obolibrary.org/obo/BFO_0000050>) <http://purl.obolibrary.org/obo/UPHENO_0000001>)
SubObjectPropertyOf(ObjectPropertyChain(:decreasedAmountRole <http://purl.obolibrary.org/obo/RO_0000052>) :is_decrease_of)
SubObjectPropertyOf(ObjectPropertyChain(:increasedAmountRole <http://purl.obolibrary.org/obo/RO_0000052>) :is_increase_of)
)
# test consequences of propagating taxon constraints over 'regulates'
SubObjectPropertyOf(ObjectPropertyChain(obo:RO_0002211 obo:RO_0002162) obo:RO_0002162)
)

0 comments on commit e20597a

Please sign in to comment.