I'm trying to figure out how to model the relationship between a phenotype and a protein that may affect it. I could set up an anonymous process where the protein is the participant and the phenotype is the target, but I wasn't sure if that's actually accurate in SIO.
Right now I'm modeling it this way:
<x> a :OMIMPhenotypeInfluence;
sio:'has participant' <${protein}>;
sio:'has target' <${phenotype}>.
<${phenotype}> a sio:phenotype.
(those are genshi-based template variables for URIs, for the folks keeping score at home).
But is there a proper sio:process subclass for x?
Thanks,
Jim