Negation of an Object Property

171 Views Asked by At

I have an Object Property IsMarriedWith, I want to create a Class "Single" to get non married individuals, I defined its "Equivalent To" like this:

IsMarriedWith max 0 Thing

And i also tried this:

not (IsMarriedWith min 1 Thing)

But none of those expressions returns a result, how to define this class?

0

There are 0 best solutions below