|
I have loaded an owl ontology first in Protege where I defined all relations, then I loaded it with owlready to populate it with data in realtime, but when I want to save the new added data and individuals to ontology with onto.save() in Owlready2, it save it to rdf/xml format, but this does not work in Protege? Is there any solution for that or I should do reasoning in Owlready2 itself with SWRL rather than loading it back to Protege?
Thanks.
|