Skip to content

Commit

Permalink
Add some incoming constraints.
Browse files Browse the repository at this point in the history
  • Loading branch information
balhoff committed Jan 29, 2024
1 parent 916ffbb commit 5c07037
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion shapes/gpad-shapes.shex
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,14 @@ PREFIX results_in_remodeling_of: <http://purl.obolibrary.org/obo/RO_0002591>
&<standardEntityProperties> ;
&<extensionRelations> ;
a ( @<BiologicalProcessClass> OR @<NegatedBiologicalProcessClass> ) ;
( ^part_of: @<MolecularFunction> |
^causally_upstream_of: @<MolecularFunction> |
^causally_upstream_of_positive_effect: @<MolecularFunction> |
^causally_upstream_of_negative_effect: @<MolecularFunction> |
^causally_upstream_of_or_within: @<MolecularFunction> |
^causally_upstream_of_or_within_positive_effect: @<MolecularFunction> |
^causally_upstream_of_or_within_negative_effect: @<MolecularFunction>
) ;
occurs_in: @<CellularComponent> {0,1};
} // rdfs:comment "A biological process instance"

Expand All @@ -222,7 +230,7 @@ PREFIX results_in_remodeling_of: <http://purl.obolibrary.org/obo/RO_0002591>
&<standardEntityProperties> ;
&<extensionRelations> ;
a ( @<MolecularFunctionClass> OR @<NegatedMolecularFunctionClass> ) {1};
enabled_by: @<DBObject> ;
( enabled_by: @<DBObject> | ^contributes_to: @<DBObject> );
( part_of: @<BiologicalProcess> {0,1} |
causally_upstream_of: @<BiologicalProcess> {0,1} |
causally_upstream_of_positive_effect: @<BiologicalProcess> {0,1} |
Expand Down

0 comments on commit 5c07037

Please sign in to comment.