Hi,
You can put the new triples in a new ontology as follows:
onto_inferrence = get_ontology("
http://test.org/onto_inference.owl") # Put the IRI you want here
with onto_inferrence:
sync_reasoner()
Then you can save this ontology to save the inferred triples.
Jiba