Thank you
i have another problem
I dynamically created object classes, DataProperties, and individuals and saved them as an Owl file. However, when I loaded the saved file and checked the DataProperty of the individual, I found that the order of the list had changed.
The first picture shows the values in the DataFrame before creating the Owl file,
![](http://owlready.306.s1.nabble.com/file/n3086/%EB%8D%B0%EC%9D%B4%ED%84%B0%ED%94%84%EB%A0%88%EC%9E%84_%EC%82%AC%EC%A7%84.png)
and the second picture shows the output after loading the Owl file.
![](http://owlready.306.s1.nabble.com/file/n3086/%ED%85%8C%EC%8A%A4%ED%8A%B8_%EC%82%AC%EC%A7%84.png)
Is it possible to save without changing the order of the list?