Skip to content
Open
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 @@ -60,7 +60,7 @@ WHERE {
(wd:Q145 'United Kingdom' 'united-kingdom' 'Current content includes ministerial departments.' 'Scotland|scotland')
(wd:Q22 'Scotland' 'united-kingdom/scotland' 'Current content includes executive agencies, executive non-departmental public bodies, advisory non-departmental public bodies, non-ministerial offices,local authorities, NHS boards, courts, public corporations, tribunals, parole boards, King\'s printer, commissioners, ombudsmen, Health and social care partnerships and government of Scotland.' '')

(wd:Q30 'United States' 'united-states' 'Current content includes departments, Executive Office of the President, legislative branch agencies, offices of small and disadvantaged business utilization, representations, consulates, consulate generals, embassies and interstate compacts for low-level radioactive waste, energy and occupational licensing.' 'New York|new-york,North Carolina|north-carolina')
(wd:Q30 'United States' 'united-states' 'Current content includes departments, Executive Office of the President, legislative branch agencies, offices of small and disadvantaged business utilization, representations, consulates, consulate generals, embassies and interstate compacts for low-level radioactive waste, energy, occupational licensing and transport infrastructure.' 'New York|new-york,North Carolina|north-carolina')
(wd:Q1454 'North Carolina' 'united-states/north-carolina' 'Current content includes the general assembly, cabinet, council of state, counties, county election boards, state agencies, supreme and appellate courts.' '')
(wd:Q1384 'New York' 'united-states/new-york' 'Current content includes state agencies and counties.' '')

Expand Down
3 changes: 2 additions & 1 deletion queries/generators/united-states.rq
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# expected_result_count: 374
# expected_result_count: 386
SELECT DISTINCT
?qid
?orgLabel
Expand Down Expand Up @@ -54,6 +54,7 @@ WHERE {
wd:Q1805337 # energy politics (1)
wd:Q862571 # oil industry (1)
wd:Q7075804 # occupational licensing (15)
wd:Q376799 # transport infrastructure (12)
}
?org wdt:P31 ?type ;
wdt:P101 ?fieldofwork ;
Expand Down
Loading