Looking at SequenceOntology types (
https://github.com/SynBioDex/
libSBOLj/blob/master/src/org/sbolstandard/core/util/
SequenceOntology.java)
it looks like SO names in lower case have been upper cased as types.
This follows the appropriate Java convention, but as SO names are
defined in all lower case, I think it would be helpful if there was a
method that takes standard SO names (in lower case), and returned the
appropriate org.sbolstandard.core.util.SequenceOntotology types. This
would save everyone from writing their own
"translateSONamesToSequenceOntologyType" method.
Tim