Skip to content
This repository has been archived by the owner on Feb 21, 2023. It is now read-only.

Improvement: capitalize keywords #10

Open
leipert opened this issue Jun 30, 2014 · 0 comments
Open

Improvement: capitalize keywords #10

leipert opened this issue Jun 30, 2014 · 0 comments

Comments

@leipert
Copy link
Contributor

leipert commented Jun 30, 2014

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant