2 years ago
#54133
user4374239
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?
owl
protege
object-property
0 Answers
Your Answer