user4374239
user4374239

Reputation: 113

Negation of an Object Property

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?

Upvotes: 1

Views: 205

Answers (0)

Related Questions