SynBioDex / sbol_factory

The SBOLFactory provides a mechanism for automatically generating an interactive, object-oriented API from a declarative data model specification encoded in OWL.
MIT License
6 stars 3 forks source link

Declaration of constants? #14

Open jakebeal opened 3 years ago

jakebeal commented 3 years ago

Is there a way to declare constants using sbol_factory?

For example, SBOL has the term sbol#reverseComplement for indicating directions, and this is declared in the SBOL3 OWL ontology: https://github.com/SynBioDex/sbol-owl3/blob/17c89abc9990deb9931eb64ad788f104670f9c08/sbolowl3.rdf#L819

jakebeal commented 3 years ago

Effectively a duplicate with #8