Skip to content

Commit

Permalink
✅ Update expected count for Luxembourg (#452)
Browse files Browse the repository at this point in the history
Now only 20 ministries and 100 municipalities.
  • Loading branch information
Ainali authored Nov 22, 2024
1 parent c88db80 commit abce066
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions queries/generators/luxembourg.rq
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# expected_result_count: 138
# expected_result_count: 132
SELECT DISTINCT
?qid
?orgLabel
Expand All @@ -10,9 +10,9 @@ WHERE {
BIND(wd:Q32 AS ?country)

VALUES ?type {
wd:Q30744477 # ministries of Luxembourg (24)
wd:Q30744477 # ministries of Luxembourg (20)
wd:Q1146429 # cantons of Luxembourg (12)
wd:Q2919801 # all communes in Luxembourg (102)
wd:Q2919801 # all communes in Luxembourg (100)
}
?org wdt:P31 ?type .

Expand Down

0 comments on commit abce066

Please sign in to comment.