DLers, Was wondering if anyone is looking into whether this fragment can be added tractably to OWL DL (1.0): (forall (x y z) (if (and (P x y) (R x z)) (S y z))) For example, the uncles of my children include all my brothers (P=children, R=brothers, S=uncles). My understanding is this is different from general role inclusion: (forall (x y z) (if (and (P x y) (R y z)) (S x z))) For example, my brothers include all the uncles of my children (P=children, R=uncles, S=brothers). ConradReceived on Wednesday, 21 March 2007 18:41:47 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Tuesday, 8 January 2008 14:13:14 GMT