Open leipert opened 10 years ago
I personally prefer
SELECT DISTINCT * { ?distinctThing a :selectExample. FILTER NOT EXISTS (?distinctThing a :notThatGroup ) } LIMIT 100
over
select distinct * { ?distinctThing a :selectExample. filter not exists (?distinctThing a :notThatGroup ) } limit 100
as this makes the queries more readable.
I personally prefer
over
as this makes the queries more readable.