Skip to content

Commit

Permalink
Merge pull request #391 from RVA2869/content-NZ
Browse files Browse the repository at this point in the history
🇳🇿 Add Crown Entities
  • Loading branch information
Ainali authored May 29, 2024
2 parents e086102 + 69e706e commit 62de820
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
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

0 comments on commit 62de820

Please sign in to comment.