diff --git a/ubergraph-axioms.ofn b/ubergraph-axioms.ofn index f8a3f74..2f94c3a 100644 --- a/ubergraph-axioms.ofn +++ b/ubergraph-axioms.ofn @@ -81,4 +81,6 @@ SubObjectPropertyOf(ObjectPropertyChain( ) ) SubObjectPropertyOf(ObjectPropertyChain(:decreasedAmountRole ) :is_decrease_of) SubObjectPropertyOf(ObjectPropertyChain(:increasedAmountRole ) :is_increase_of) -) \ No newline at end of file +# test consequences of propagating taxon constraints over 'regulates' +SubObjectPropertyOf(ObjectPropertyChain(obo:RO_0002211 obo:RO_0002162) obo:RO_0002162) +)