Hello,
By default, Owlready adds the inferred facts to a special ontology,
http://inferrences/.
If you want to write them in another ontology (possibly directly the ontology you are reasoning on), you need to use a "with onto:..." block:
with onto: sync_reasoner()
where onto is the ontology in which you want to write the inferred fact.
Jiba