Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🇳🇿 Add Crown Entities #391

Merged
merged 1 commit into from
May 29, 2024
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, 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, water boards, the Kings cabinet, provinces and municipalities.' '')
(wd:Q664 'New Zealand' 'new-zealand' 'Current content includes public service departments, wānangas, state-owned enterprises, regional councils and territorial authorities.' '')
(wd:Q664 'New Zealand' 'new-zealand' 'Current content includes public service departments, 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 regions and ministries.' '')
(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
5 changes: 4 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: 124
# expected_result_count: 167
SELECT DISTINCT
?qid
?orgLabel
Expand All @@ -17,6 +17,9 @@ WHERE {
wd:Q1148315 # state-owned enterprise of New Zealand (12)
wd:Q65600637 # regional council of New Zealand (11)
wd:Q941036 # territorial authority of New Zealand (67)
wd:Q125959397 # Autonomous Crown Entity (16)
wd:Q126041101 # Independent Crown Entity (19)
wd:Q1141791 # Crown Research Institute (7)
}

?org wdt:P31 ?type; wdt:P17 ?country .
Expand Down