items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
7 rows where record_id = "2015-03-09-80ef1083-10048-0" sorted by date descending
This data as json, CSV (advanced)
Suggested facets: date (date)
hash | item | category_id | date ▲ | member_id | person_id | sort_order | record_id |
---|---|---|---|---|---|---|---|
17c2c2147d09c1ac5eda58402eb6088e6b36a448 | Name of donor: Parliament of Bahrain (National Assembly & Shura Council) | Overseas visits 80ef1083 | 2015-03-09 | Hazel Blears uk.org.publicwhip/member/40517 | Hazel Blears uk.org.publicwhip/person/10048 | 0 | 2015-03-09-80ef1083-10048-0 |
49a8f58b534c5d598a16bcb56ecf0a4e9e771cd2 | Address of donor: Shaikh Daij Avenue, Manama, Bahrain | Overseas visits 80ef1083 | 2015-03-09 | Hazel Blears uk.org.publicwhip/member/40517 | Hazel Blears uk.org.publicwhip/person/10048 | 1 | 2015-03-09-80ef1083-10048-0 |
d79006de3bccb7238249b3df9b230eca0ae65329 | Amount of donation (or estimate of the probable value): flights £4,630, accommodation £797, total £5,427 | Overseas visits 80ef1083 | 2015-03-09 | Hazel Blears uk.org.publicwhip/member/40517 | Hazel Blears uk.org.publicwhip/person/10048 | 2 | 2015-03-09-80ef1083-10048-0 |
10a9c6bfd7ee463d7a2a425a8f777c5f2d0e946d | Destination of visit: Bahrain | Overseas visits 80ef1083 | 2015-03-09 | Hazel Blears uk.org.publicwhip/member/40517 | Hazel Blears uk.org.publicwhip/person/10048 | 3 | 2015-03-09-80ef1083-10048-0 |
7ed46c8359f159112516f6b7ab58003fb8c6c854 | Date of visit: 12-16 April 2014 | Overseas visits 80ef1083 | 2015-03-09 | Hazel Blears uk.org.publicwhip/member/40517 | Hazel Blears uk.org.publicwhip/person/10048 | 4 | 2015-03-09-80ef1083-10048-0 |
76841b77e77b49ec99d2b6f988baa5a422df892c | Purpose of visit: to discuss governance, security and human rights issues and promote UK-Bahraini relations. | Overseas visits 80ef1083 | 2015-03-09 | Hazel Blears uk.org.publicwhip/member/40517 | Hazel Blears uk.org.publicwhip/person/10048 | 5 | 2015-03-09-80ef1083-10048-0 |
46180ab29315bacc7b49a9fa6295b69dbbb9715c | (Registered 27 May 2014) | Overseas visits 80ef1083 | 2015-03-09 | Hazel Blears uk.org.publicwhip/member/40517 | Hazel Blears uk.org.publicwhip/person/10048 | 6 | 2015-03-09-80ef1083-10048-0 |
Advanced export
JSON shape: default, array, newline-delimited, object
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");