Hello,
You can add a new subclass as follow:
with onto:
class Plasmid(onto.ParentClass) : pass
ParentClass needs to be defined at the same IRI as the ontology. If it is not, you can use default_world["
http://full_iri/to/ParentClass"] to obtain the parent class.
Jiba