items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
8 rows where record_id = "2010-04-12-80ef1083-10363-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 |
---|---|---|---|---|---|---|---|
56ce059450303464525f64782c7ab4def6e88ee2 | 14-20 February 2009, to Israel, Gaza and the West Bank with the Britain-Palestine All-Party Parliamentary Group, paid for by the Welfare Association UK. (Registered 21 March 2009) | Overseas visits 80ef1083 | 2010-04-12 | Martin Linton uk.org.publicwhip/member/1393 | Martin Linton uk.org.publicwhip/person/10363 | 0 | 2010-04-12-80ef1083-10363-0 |
10bc2bcf4f2026d08d363bb8202f49fafc4aff77 | Name of donor: European Campaign to End the Siege on Gaza | Overseas visits 80ef1083 | 2010-04-12 | Martin Linton uk.org.publicwhip/member/1393 | Martin Linton uk.org.publicwhip/person/10363 | 1 | 2010-04-12-80ef1083-10363-0 |
6a052043f43d2b680880ff4e184a840acf1b0281 | Address of donor: 100H Crown House, London NW10 7PN | Overseas visits 80ef1083 | 2010-04-12 | Martin Linton uk.org.publicwhip/member/1393 | Martin Linton uk.org.publicwhip/person/10363 | 2 | 2010-04-12-80ef1083-10363-0 |
c9f73e59acbea34c6a0981c1b2db79be76a95e5e | Amount of donation (or estimate of the probable value): £1145 | Overseas visits 80ef1083 | 2010-04-12 | Martin Linton uk.org.publicwhip/member/1393 | Martin Linton uk.org.publicwhip/person/10363 | 3 | 2010-04-12-80ef1083-10363-0 |
c22babc50923197f5dcd4afeacdd65bed486f616 | Destination of visit: Cairo, Gaza | Overseas visits 80ef1083 | 2010-04-12 | Martin Linton uk.org.publicwhip/member/1393 | Martin Linton uk.org.publicwhip/person/10363 | 4 | 2010-04-12-80ef1083-10363-0 |
d93c285017547a6587956035c9d8715f3ea9e20a | Date of visit: 14-18 January 2010 | Overseas visits 80ef1083 | 2010-04-12 | Martin Linton uk.org.publicwhip/member/1393 | Martin Linton uk.org.publicwhip/person/10363 | 5 | 2010-04-12-80ef1083-10363-0 |
75889eb27b78fa8eb03a40c73bef6b299910959a | Purpose of visit: information on opening of Gaza crossings and role of Egyptian Government. | Overseas visits 80ef1083 | 2010-04-12 | Martin Linton uk.org.publicwhip/member/1393 | Martin Linton uk.org.publicwhip/person/10363 | 6 | 2010-04-12-80ef1083-10363-0 |
b94e8c319b58f1c0b336bb85906f35fd3d68604a | (Registered 6 April 2010) | Overseas visits 80ef1083 | 2010-04-12 | Martin Linton uk.org.publicwhip/member/1393 | Martin Linton uk.org.publicwhip/person/10363 | 7 | 2010-04-12-80ef1083-10363-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");