Administrator
|
Hi,
I guess you mean that has_boolean_property must be true ? In Python, the true is often implicit, but not in OWL, so you should write :
(onto.has_boolean_property.value(True)) & (onto.has_object_property.some(onto.obj_property))
Best regards,
Jiba
|