geneontology / go-shapes

Schema for Gene Ontology Causal Activity Models defined using RDF Shapes
2 stars 0 forks source link

Update ShEx for new MF-MF relations #280

Open vanaukenk opened 1 year ago

vanaukenk commented 1 year ago

Add to declarations at the top:

PREFIX indirectly_regulates: http://purl.obolibrary.org/obo/RO_0012012 PREFIX indirectly_positively_regulates: http://purl.obolibrary.org/obo/RO_0002407 PREFIX indirectly_negatively_regulates: http://purl.obolibrary.org/obo/RO_0002409 PREFIX constitutively_upstream_of: http://purl.obolibrary.org/obo/RO_0012009 PREFIX removes_input_for: http://purl.obolibrary.org/obo/RO_0012010

Add to the Molecular Function shape:

indirectly_regulates: ( @\ OR @\) ; indirectly_positively_regulates: ( @\ OR @\ ) ; indirectly_negatively_regulates: ( @\ OR @\ ) ; constitutively_upstream_of: ( @\ OR @\ ) ; removes_input_for: ( @\ OR @\ ) *;

@pgaudet @ukemi