From cdefe92aab3d56044538c9fef9ae7618268ebf0c Mon Sep 17 00:00:00 2001 From: Jim Balhoff Date: Thu, 11 Feb 2021 12:26:23 -0500 Subject: [PATCH] Remove directly_regulates, directly_positively_regulates, directly_negatively_regulates. For #255. --- shapes/go-cam-shapes.shex | 6 ------ 1 file changed, 6 deletions(-) diff --git a/shapes/go-cam-shapes.shex b/shapes/go-cam-shapes.shex index 0525fab..ff85cf2 100644 --- a/shapes/go-cam-shapes.shex +++ b/shapes/go-cam-shapes.shex @@ -75,15 +75,12 @@ PREFIX has_target_end_location: PREFIX has_target_start_location: PREFIX transports_or_maintains_localization_of: PREFIX directly_provides_input_for: -PREFIX directly_positively_regulates: PREFIX located_in: PREFIX location_of: PREFIX happens_during: PREFIX regulates: PREFIX negatively_regulates: PREFIX positively_regulates: -PREFIX directly_regulates: -PREFIX directly_negatively_regulates: PREFIX directly_activates: PREFIX causally_upstream_of_or_within: PREFIX causally_upstream_of_or_within_negative_effect: @@ -373,9 +370,6 @@ PREFIX results_in_remodeling_of: regulates: ( @ OR @ ) *; negatively_regulates: ( @ OR @ ) *; positively_regulates: ( @ OR @ ) *; - directly_regulates: ( @ OR @ ) *; - directly_negatively_regulates: ( @ OR @ ) *; - directly_positively_regulates: ( @ OR @ ) *; causally_upstream_of_or_within: ( @ OR @ OR @ ) *; causally_upstream_of_or_within_negative_effect: @ *; causally_upstream_of_or_within_positive_effect: @ *;