GeoKnow / Jassa

JAvascript Suite for Sparql Access
25 stars 3 forks source link

Improvement: capitalize keywords #10

Open leipert opened 10 years ago

leipert commented 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.