Skip to content

Commit

Permalink
DISTINCT query (duh)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rinke Hoekstra committed Jan 20, 2015
1 parent 6bc7ab8 commit e2e0bcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def visit(url, format='html'):


if format == 'html':
q = u"""SELECT ?s ?p ?o WHERE {{
q = u"""SELECT DISTINCT ?s ?p ?o WHERE {{
{{
<{url}> ?p ?o .
BIND(<{url}> as ?s)
Expand Down

0 comments on commit e2e0bcd

Please sign in to comment.