diff --git a/shapes/go-cam-shapes.shex b/shapes/go-cam-shapes.shex index e9690ec..dd61728 100644 --- a/shapes/go-cam-shapes.shex +++ b/shapes/go-cam-shapes.shex @@ -417,12 +417,12 @@ PREFIX results_in_remodeling_of: has_primary_input: ( @ OR @ ) *; has_primary_output: ( @ OR @ ) *; directly_provides_input_for: ( @ OR @ ) * // true; - regulates: ( @ OR @ ) *; - negatively_regulates: ( @ OR @ ) *; - positively_regulates: ( @ OR @ ) *; - directly_regulates: ( @ OR @ ) *; - directly_negatively_regulates: ( @ OR @ ) *; - directly_positively_regulates: ( @ OR @ ) *; + regulates: ( @ OR @ ) * // true; + negatively_regulates: ( @ OR @ ) * // true; + positively_regulates: ( @ OR @ ) * // true; + directly_regulates: ( @ OR @ ) * // true; + directly_negatively_regulates: ( @ OR @ ) * // true; + directly_positively_regulates: ( @ OR @ ) * // true; indirectly_regulates: ( @ OR @) * // true; indirectly_positively_regulates: ( @ OR @ ) * // true; indirectly_negatively_regulates: ( @ OR @ ) * // true; @@ -434,9 +434,9 @@ PREFIX results_in_remodeling_of: causally_upstream_of_or_within: ( @ OR @ OR @ ) * // true; causally_upstream_of_or_within_negative_effect: @ * // true; causally_upstream_of_or_within_positive_effect: @ * // true; - causally_upstream_of: ( @ OR @ OR @ ) *; - causally_upstream_of_negative_effect: ( @ OR @ OR @ ) *; - causally_upstream_of_positive_effect: ( @ OR @ OR @ ) *; + causally_upstream_of: ( @ OR @ OR @ ) * // true; + causally_upstream_of_negative_effect: ( @ OR @ OR @ ) * // true; + causally_upstream_of_positive_effect: ( @ OR @ OR @ ) * // true; happens_during: ( @ OR @ OR @ ) *; } // rdfs:comment "A molecular function"