> That's wrong. > A owl:intersectionOf [B, C, D]. > A owl:equivalentClass B. > > can be simplified to > > B owl:intersectionOf [C, D]. > A owl:equivalentClass B. Unfortunately, this is not true: A = B = { x }; C = D = { x, y } intersect(B,C,D) = { x } = A but intersect(C,D) = { x, y } != B ChrisReceived on Thursday, 31 March 2005 17:33:30 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Tuesday, 2 June 2009 18:36:05 GMT