Skip to content

Commit cd1b6f5

Browse files
committed
Fix solutions for exercise 11
1 parent e3c3b46 commit cd1b6f5

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

11-metis-from-sparql.py solutions/11-metis-from-sparql.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
{{ SELECT DISTINCT ?v ?w WHERE {{
1919
?v wdt:P1344 ?tournament .
2020
?tournament ^wdt:P2522 ?w .
21-
?tournament wdt:P361* wd:Q170645 .
21+
# ?tournament wdt:P361* wd:Q170645 .
2222
}} ORDER BY ASC(?v) ASC(?w) LIMIT {limit} OFFSET {offset} }}
2323
SERVICE wikibase:label {{
2424
bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en" .
File renamed without changes.

0 commit comments

Comments
 (0)