As far as I can see, while there is a class :PersonTelephone there is no property to say that a person has that telephone (:hasTelephone Domain :Organization)
If you adopt loose semantics you could use Domain Includes :Person, :Organization
If you keep stricter semantics you could have a superclass :Agent
As far as I can see, while there is a class
:PersonTelephone
there is no property to say that a person has that telephone (:hasTelephone Domain :Organization
)If you adopt loose semantics you could use Domain Includes :Person, :Organization
If you keep stricter semantics you could have a superclass :Agent