Hi @auszok !
I was wondering how I can express the following constraint:
Location = Concept(...
Entity = Concept(...
Pair = Concept(..
Pair.has_a(Entity, Location)
The pair that has a location of value `text` equal to `none` should be correct!
for instance if there are two locations with property `text` being ('a', and 'none').
I want the one that is `none` to be true! This needs to be expressed as a constraint.