Skip to content

Commit

Permalink
✅ Fix Norwegian court count
Browse files Browse the repository at this point in the history
Probably a typo, should have been 23 all along.
  • Loading branch information
Ainali committed Nov 27, 2024
1 parent dc21461 commit 046259a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions queries/generators/norway.rq
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# expected_result_count: 475
# expected_result_count: 479
SELECT DISTINCT
?qid
?orgLabel
Expand All @@ -14,7 +14,7 @@ WHERE {
VALUES ?type {
wd:Q755707 # Municipality of Norway (357)
wd:Q109644271 # ministry of Norway (17)
wd:Q16973854 # district court (19)
wd:Q16973854 # district court (23)
}

?org wdt:P31 ?type ;
Expand Down

0 comments on commit 046259a

Please sign in to comment.