Skip to content

Commit

Permalink
Allow multiple enablers
Browse files Browse the repository at this point in the history
  • Loading branch information
balhoff authored Dec 5, 2023
1 parent 7029cd6 commit 7510696
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shapes/go-cam-shapes.shex
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ PREFIX results_in_remodeling_of: <http://purl.obolibrary.org/obo/RO_0002591>

<MolecularFunction> @<GoCamEntity> AND EXTRA a {
a ( @<MolecularFunctionClass> OR @<NegatedMolecularFunctionClass> ) {1};
enabled_by: ( @<InformationBiomacromolecule> OR @<ProteinContainingComplex> ) {0,1};
enabled_by: ( @<InformationBiomacromolecule> OR @<ProteinContainingComplex> ) *;
part_of: @<BiologicalProcess> *;
has_part: @<MolecularFunction> *;
occurs_in: @<AnatomicalEntity> {0,1};
Expand Down

2 comments on commit 7510696

@suzialeksander
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@balhoff do we know if this went through? This was to help solve the YeastPathways issues correct?

@balhoff
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was merged to the master branch; I believe it should be in operation now.

Please sign in to comment.