Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion queries/countries.rq
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ WHERE {
(wd:Q183 'Germany' 'germany' 'Current content includes ministries, agencies abroad, federated states and governmental districts.' '')
(wd:Q258 'South Africa' 'south-africa' 'Current content includes departments, independent constitutional bodies, provinces and municipalities.' '')
(wd:Q55 'Netherlands' 'netherlands' 'Current content includes ministries, courts, inspectorates, water boards, the Kings cabinet, provinces and municipalities.' '')
(wd:Q664 'New Zealand' 'new-zealand' 'Current content includes public service departments, departmental agencies, wānangas, state-owned enterprises, regional councils, territorial authorities, autonomous crown entities, independent crown entities and crown research institutes.' '')
(wd:Q664 'New Zealand' 'new-zealand' 'Current content includes public and non-public service departments, departmental agencies, wānangas, state-owned enterprises, regional councils, territorial authorities, autonomous crown entities, independent crown entities and crown research institutes.' '')
(wd:Q33 'Finland' 'finland' 'Current content includes ministries, regions, municipalities and agencies abroad.' '')
(wd:Q212 'Ukraine' 'ukraine' 'Current content includes ministries and first level administrative units.' '')
(wd:Q159 'Russia' 'russia' 'Current content includes the government and ministries.' '')
Expand Down
3 changes: 2 additions & 1 deletion queries/generators/new-zealand.rq
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# expected_result_count: 169
# expected_result_count: 174
SELECT DISTINCT
?qid
?orgLabel
Expand All @@ -13,6 +13,7 @@ WHERE {
# agencies with country set to New Zealand
VALUES ?type {
wd:Q116973815 # public service departments (31)
wd:Q138750583 # non-public service departments (5)
wd:Q130137120 # departemental agencies (7)
wd:Q8041036 # wānanga (3)
wd:Q130420294 # state-owned enterprise of New Zealand (12)
Expand Down
Loading