Re: Problems when creating new instances
Posted by Jiba on
URL: http://owlready.306.s1.nabble.com/Problems-when-creating-new-instances-tp2242p2245.html
If the property is not functional, it is represented by a list in Python.
You can do one of the folowwing:
Assembler0205.Staff_has_Name.append("name")
Assembler0205.Staff_has_Name = ["name"]
Jiba