Jassa icon indicating copy to clipboard operation
Jassa copied to clipboard

Improvement: capitalize keywords

Open leipert opened this issue 11 years ago • 0 comments

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.

leipert avatar Jun 30 '14 11:06 leipert