Administrator
|
Hi,
Unfortunately, there is no other way than transferring all properties, class assertions and annotations manually, or copying them directly in the database (but it will not update the Python object).
I could implement the copy of the properties, class assertions and annotations in set_iri(), but the problem is that I cannot merge the 2 Python objects representing the individuals (since Python has no method for merging two distinct objects).
Jiba
|