Hi,
I used a script like this to dynamically generate relations:
for Class in onto.classes():
if some conditions:
Class.has_part.append(Class)
It did created relations, but it created them with type VALUE and I wanted them with type SOME. I just can't find how to do that for Subclass Of, not for Equivalent To.
Thanks in advance