Administrator
|
Hi,
This is not allowed in OWL : properties can relate only individual to individual (or datatype).
The usual solution is to use a restriction, something like :
individual.is_a.append(property.some(Class))
You need to specify either "some" or "only", depending of what you exactly want to represent.
Best regards,
Jiba
|