ACTION: implications of removing class descriptions from Owl Lite

From the F2F log:

ACTION Ian: investigate the implications of striking "Class
descriptions..." text from the document.

As I suspected, this does not (completely) fix the problem. E.g., it
is still possible to state equivalences of the form:

sameClassAs(A, restriction(onProperty(P), someValuesFrom(C)))

You can do this as follows:

subClassOf(A, restriction(onProperty(P), someValuesFrom(C)))
subClassOf(C, restriction(onProperty(inverse(P)), allValuesFrom(A)))

I didn't yet find a general mechanism for stating equivalences without
using sameClassAs, but I may be able to do so if I try a bit harder.

Regards, Ian

Received on Wednesday, 17 July 2002 20:28:35 UTC