Question
Query all implemented thing with filter
I have such thingShape:
name: STRING
report: TEXT
internalThing(ccr): Thing Name
I would like to Query all implemented things that doesn't have internalThing.
I tried QueryAllImplementedThings service of my Template

I don't see any negative predicates.

