From e20597a53c43aed9819020d10714accf2d36af84 Mon Sep 17 00:00:00 2001 From: Jim Balhoff Date: Tue, 5 Nov 2024 15:46:18 -0500 Subject: [PATCH] Add test property chain for regulates over in_taxon --- ubergraph-axioms.ofn | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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) +)