home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

Data source: mySociety Data · About: simonw/register-of-members-interests-datasette

13 rows where record_id = "2010-02-24-80ef1083-10339-0" sorted by date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: date (date)

hash item category_id date ▲ member_id person_id sort_order record_id
9fc8761bbc14d705b2c27e748059652bd5e44880 2-8 April 2009, to the Republic of Colombia for meetings on human rights, talks with government ministers and leaders of Colombian trade unions. All costs were borne by the campaigning organisation Justice for Colombia. (Registered 23 April 2009) Overseas visits 80ef1083 2010-02-24 Peter Kilfoyle uk.org.publicwhip/member/1689 Peter Kilfoyle uk.org.publicwhip/person/10339 0 2010-02-24-80ef1083-10339-0
880401b91dc0a12e6efe8e6517bb89bf93e09341 12-19 April 2009, to Syria, to meet government ministers and business leaders. All costs borne by the British Syrian Society. (Registered 23 April 2009) Overseas visits 80ef1083 2010-02-24 Peter Kilfoyle uk.org.publicwhip/member/1689 Peter Kilfoyle uk.org.publicwhip/person/10339 1 2010-02-24-80ef1083-10339-0
06b208ad7b3fd68b99c41c54b71fda1fd4d250b3 Name of donor: 1) All-Party Parliamentary China Group Overseas visits 80ef1083 2010-02-24 Peter Kilfoyle uk.org.publicwhip/member/1689 Peter Kilfoyle uk.org.publicwhip/person/10339 2 2010-02-24-80ef1083-10339-0
99a685ad4f64d2480e4ae5db69d2dce6526bc186 2) Jiangsu Provincial People's Congress Overseas visits 80ef1083 2010-02-24 Peter Kilfoyle uk.org.publicwhip/member/1689 Peter Kilfoyle uk.org.publicwhip/person/10339 3 2010-02-24-80ef1083-10339-0
45a8942ceee2be062e93bfc6fd759db091f550d4 Address of donor: 1) House of Commons Overseas visits 80ef1083 2010-02-24 Peter Kilfoyle uk.org.publicwhip/member/1689 Peter Kilfoyle uk.org.publicwhip/person/10339 4 2010-02-24-80ef1083-10339-0
6320e37b8d6a6ce07a470cfaa3564f8b6111d4db 2) 32 Zhong Shan Beilu, Nanjing 210008, People's Republic of China Overseas visits 80ef1083 2010-02-24 Peter Kilfoyle uk.org.publicwhip/member/1689 Peter Kilfoyle uk.org.publicwhip/person/10339 5 2010-02-24-80ef1083-10339-0
faa015fa0748655b3af0f7ab8fd65b778ff57368 Amount of donation (or estimate of the probable value): Overseas visits 80ef1083 2010-02-24 Peter Kilfoyle uk.org.publicwhip/member/1689 Peter Kilfoyle uk.org.publicwhip/person/10339 6 2010-02-24-80ef1083-10339-0
51eb97655107af937f3cc0890f35fe158a5df59d 1) £713 (return flights to Shanghai) (from donations previously registered) Overseas visits 80ef1083 2010-02-24 Peter Kilfoyle uk.org.publicwhip/member/1689 Peter Kilfoyle uk.org.publicwhip/person/10339 7 2010-02-24-80ef1083-10339-0
5d2957ceb4f898ee867b74ed7c969ebc1afd752c 2) £700 (includes hotels for 6 nights, meals and coach travel for 6 days.) Overseas visits 80ef1083 2010-02-24 Peter Kilfoyle uk.org.publicwhip/member/1689 Peter Kilfoyle uk.org.publicwhip/person/10339 8 2010-02-24-80ef1083-10339-0
c904aef36e1b09feb0098143c75df234fcf63c23 Destination of visit: Jiangsu Province Overseas visits 80ef1083 2010-02-24 Peter Kilfoyle uk.org.publicwhip/member/1689 Peter Kilfoyle uk.org.publicwhip/person/10339 9 2010-02-24-80ef1083-10339-0
2dc13fc3c775dc255c41db11f93f4f1832a60d59 Date of visit: 19-26 September 2009 Overseas visits 80ef1083 2010-02-24 Peter Kilfoyle uk.org.publicwhip/member/1689 Peter Kilfoyle uk.org.publicwhip/person/10339 10 2010-02-24-80ef1083-10339-0
5616fadb26d65296320e32707ceb5c327248861e Purpose of visit: as a representative of the All-Party Parliamentary Group, to consolidate links between the UK and Jiangsu Province. Overseas visits 80ef1083 2010-02-24 Peter Kilfoyle uk.org.publicwhip/member/1689 Peter Kilfoyle uk.org.publicwhip/person/10339 11 2010-02-24-80ef1083-10339-0
69201a644736367466bc49c8520e27c39866c52d (Registered 8 October 2009) Overseas visits 80ef1083 2010-02-24 Peter Kilfoyle uk.org.publicwhip/member/1689 Peter Kilfoyle uk.org.publicwhip/person/10339 12 2010-02-24-80ef1083-10339-0

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE items (
        hash VARCHAR(40) NOT NULL,
        item TEXT,
        category_id TEXT,
        date TEXT,
        member_id TEXT,
        person_id TEXT,
        sort_order INTEGER,
        record_id TEXT,
        PRIMARY KEY (hash),
        FOREIGN KEY ("category_id") REFERENCES [categories](id),
        FOREIGN KEY ("member_id") REFERENCES [members](id),
        FOREIGN KEY ("person_id") REFERENCES [people](id)
    );
CREATE INDEX items_date ON items("date");
CREATE INDEX items_category_id ON items("category_id");
CREATE INDEX items_member_id ON items("member_id");
CREATE INDEX items_person_id ON items("person_id");
CREATE INDEX items_record_id ON items("record_id");
Powered by Datasette · Queries took 17.811ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette