Skip to content

Commit

Permalink
Update go-cam-shapes.shex
Browse files Browse the repository at this point in the history
Adding primary input and primary output to main BP shape as a test of the reasoner.
  • Loading branch information
vanaukenk authored May 1, 2024
1 parent 64f97bd commit 3bab2e7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions shapes/go-cam-shapes.shex
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,8 @@ PREFIX results_in_remodeling_of: <http://purl.obolibrary.org/obo/RO_0002591>
part_of: @<BiologicalProcess> *;
has_input: ( @<ChemicalEntity> OR @<AnatomicalEntity> OR @<ProteinContainingComplex> OR @<Organism> ) *;
has_output: ( @<ChemicalEntity> OR @<AnatomicalEntity> OR @<ProteinContainingComplex> ) *;
has_primary_input: @<ChemicalEntity> *;
has_primary_output: @<ChemicalEntity> *;
occurs_in: @<AnatomicalEntity> {0,1};
transports_or_maintains_localization_of: ( @<InformationBiomacromolecule> OR @<ProteinContainingComplex> ) *;
has_target_end_location: @<AnatomicalEntity> {0,1};
Expand Down

0 comments on commit 3bab2e7

Please sign in to comment.