Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Root MF Shape #287

Open
tmushayahama opened this issue Oct 28, 2022 · 0 comments
Open

Add Root MF Shape #287

tmushayahama opened this issue Oct 28, 2022 · 0 comments

Comments

@tmushayahama
Copy link

tmushayahama commented Oct 28, 2022

RootMF Shape will be useful for BP Only annotations. Currently, the relations allowed are

image

Something like this

<RootMolecularFunction> @<GoCamEntity> AND EXTRA a {
  a ( @<MolecularFunctionClass> OR @<NegatedMolecularFunctionClass> ) {1};
  occurs_in: @<AnatomicalEntity> {0,1};
  causally_upstream_of_or_within: ( @<MolecularFunction> OR @<MolecularEvent> OR @<BiologicalProcess> ) *;
  causally_upstream_of_or_within_negative_effect: @<BiologicalProcess> *;
  causally_upstream_of_or_within_positive_effect: @<BiologicalProcess> *;
  causally_upstream_of: ( @<BiologicalProcess> OR @<MolecularFunction> OR @<MolecularEvent> ) *;
  causally_upstream_of_negative_effect: ( @<BiologicalProcess> OR @<MolecularFunction> OR @<MolecularEvent> ) *;
  causally_upstream_of_positive_effect: ( @<BiologicalProcess> OR @<MolecularFunction> OR @<MolecularEvent> ) *;
} // rdfs:comment  "A root molecular function"

<MolecularFunction> @<GoCamEntity> AND EXTRA a {
  a ( @<MolecularFunctionClass> OR @<NegatedMolecularFunctionClass> ) {1};
  enabled_by:  ( @<InformationBiomacromolecule> OR @<ProteinContainingComplex> ) {0,1} // <exclude_from_extensions> true ;
  part_of: @<BiologicalProcess> * // <exclude_from_extensions> true ;
  has_part: @<MolecularFunction> *;
  occurs_in: @<AnatomicalEntity> {0,1};
  has_output: ( @<ChemicalEntity> OR @<ProteinContainingComplex> ) *;
  has_input: ( @<ChemicalEntity> OR @<ProteinContainingComplex> ) *;
  directly_provides_input_for: ( @<MolecularFunction> OR @<MolecularEvent> ) *;
  regulates: ( @<MolecularFunction> OR @<MolecularEvent> ) *; // <exclude_from_extensions> true ;
  negatively_regulates: ( @<MolecularFunction> OR @<MolecularEvent> ) *; // <exclude_from_extensions> true ;
  positively_regulates: ( @<MolecularFunction> OR @<MolecularEvent> ) *; // <exclude_from_extensions> true ;
  directly_regulates: ( @<MolecularFunction> OR @<MolecularEvent> ) *; // <exclude_from_extensions> true ;
  directly_negatively_regulates: ( @<MolecularFunction> OR @<MolecularEvent> ) *; // <exclude_from_extensions> true ;
  directly_positively_regulates: ( @<MolecularFunction> OR @<MolecularEvent> ) *; // <exclude_from_extensions> true ;
  causally_upstream_of_or_within: ( @<MolecularFunction> OR @<MolecularEvent> OR @<BiologicalProcess> ) *; // <exclude_from_extensions> true ;
  causally_upstream_of_or_within_negative_effect: @<BiologicalProcess> *; // <exclude_from_extensions> true ;
  causally_upstream_of_or_within_positive_effect: @<BiologicalProcess> *; // <exclude_from_extensions> true ;
  causally_upstream_of: ( @<BiologicalProcess> OR @<MolecularFunction> OR @<MolecularEvent> ) *; // <exclude_from_extensions> true ;
  causally_upstream_of_negative_effect: ( @<BiologicalProcess> OR @<MolecularFunction> OR @<MolecularEvent> ) *; // <exclude_from_extensions> true ;
  causally_upstream_of_positive_effect: ( @<BiologicalProcess> OR @<MolecularFunction> OR @<MolecularEvent> ) *; // <exclude_from_extensions> true ;
  happens_during: ( @<BiologicalPhase> OR @<LifeCycleStage> OR @<PlantStructureDevelopmentStage> ) *; // <exclude_from_extensions> true ;
} // rdfs:comment  "A molecular function"

tagging @vanaukenk @ukemi @balhoff

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant