items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
13 rows where record_id = "2013-06-10-80ef1083-10034-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 |
---|---|---|---|---|---|---|---|
e974a4d4748b80a8543171c748af39d9d7e78704 | Name of donor: | Overseas visits 80ef1083 | 2013-06-10 | Alan Beith uk.org.publicwhip/member/40073 | Alan Beith uk.org.publicwhip/person/10034 | 0 | 2013-06-10-80ef1083-10034-0 |
a38000062062984a123871aa6e25c1c8b801eb04 | 1) Liberal Democrat Friends of Israel | Overseas visits 80ef1083 | 2013-06-10 | Alan Beith uk.org.publicwhip/member/40073 | Alan Beith uk.org.publicwhip/person/10034 | 1 | 2013-06-10-80ef1083-10034-0 |
df514cccff4d63321db28364967b252047277bf5 | 2) Government of Israel | Overseas visits 80ef1083 | 2013-06-10 | Alan Beith uk.org.publicwhip/member/40073 | Alan Beith uk.org.publicwhip/person/10034 | 2 | 2013-06-10-80ef1083-10034-0 |
39614f7a65413bfd07baa188505847128049aa66 | Address of donor: | Overseas visits 80ef1083 | 2013-06-10 | Alan Beith uk.org.publicwhip/member/40073 | Alan Beith uk.org.publicwhip/person/10034 | 3 | 2013-06-10-80ef1083-10034-0 |
bdd55d25e68cbfbc90a7ba5802256d92de5142f4 | 1) PO Box 57769, London NW11 1GF | Overseas visits 80ef1083 | 2013-06-10 | Alan Beith uk.org.publicwhip/member/40073 | Alan Beith uk.org.publicwhip/person/10034 | 4 | 2013-06-10-80ef1083-10034-0 |
37021c745f511edba3bfa537b975a4f0612c608a | 2) c/o Embassy of Israel, 2 Palace Green, London W8 4QB | Overseas visits 80ef1083 | 2013-06-10 | Alan Beith uk.org.publicwhip/member/40073 | Alan Beith uk.org.publicwhip/person/10034 | 5 | 2013-06-10-80ef1083-10034-0 |
8db598cab218a8e34f939d39ac844a4dabdf4c64 | Amount of donation (or estimate of the probable value): | Overseas visits 80ef1083 | 2013-06-10 | Alan Beith uk.org.publicwhip/member/40073 | Alan Beith uk.org.publicwhip/person/10034 | 6 | 2013-06-10-80ef1083-10034-0 |
a9a1d841517f8ddba46e3506f98a9b5750601de7 | 1) £900; accommodation and food | Overseas visits 80ef1083 | 2013-06-10 | Alan Beith uk.org.publicwhip/member/40073 | Alan Beith uk.org.publicwhip/person/10034 | 7 | 2013-06-10-80ef1083-10034-0 |
1c8e809f2168fe6342e2660d2a9f2fd36ee30a78 | 2) £450; flights | Overseas visits 80ef1083 | 2013-06-10 | Alan Beith uk.org.publicwhip/member/40073 | Alan Beith uk.org.publicwhip/person/10034 | 8 | 2013-06-10-80ef1083-10034-0 |
4a185087ad878c368480ccec881e3214ed7aa264 | Destination of visit: Israel and the West Bank | Overseas visits 80ef1083 | 2013-06-10 | Alan Beith uk.org.publicwhip/member/40073 | Alan Beith uk.org.publicwhip/person/10034 | 9 | 2013-06-10-80ef1083-10034-0 |
1561bd01aeda54833bddc05e3ec5003f3cfaaa34 | Date of visit: 6-12 June 2012 | Overseas visits 80ef1083 | 2013-06-10 | Alan Beith uk.org.publicwhip/member/40073 | Alan Beith uk.org.publicwhip/person/10034 | 10 | 2013-06-10-80ef1083-10034-0 |
05d8ac64338d386b771df684ebf6af79b72b6bdb | Purpose of visit: briefings on current political and security situation in Israel and the West Bank. | Overseas visits 80ef1083 | 2013-06-10 | Alan Beith uk.org.publicwhip/member/40073 | Alan Beith uk.org.publicwhip/person/10034 | 11 | 2013-06-10-80ef1083-10034-0 |
648f7cb933d07f3914f5ee4fe8d1bb54c93283a2 | (Registered 20 June 2012) | Overseas visits 80ef1083 | 2013-06-10 | Alan Beith uk.org.publicwhip/member/40073 | Alan Beith uk.org.publicwhip/person/10034 | 12 | 2013-06-10-80ef1083-10034-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");