|
This post was updated on .
Hello everyOne,
I need your help.
I have to build an IoT Rest Api with Semantic///--> for every Component in the system or most of them (i do not care about sensors). I Was thinking to use owlredy2 to create objects and save them to sqlite3 (with owlready2 support it )/.
Is the Owlready2 appropriate tool to be part and moreover to establish the Semantic for the rest application.
First, I extract the classes from the owl file after I extend these classes to my system classes. Then I Create individuals, and finally, I delete individuals when I have to ./
In the end, I will have all class hierarchy and Class relationship from the owl file (at the beginning)
Thanks in advanced for your answers.
|