items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
7 rows where record_id = "2015-02-23-80ef1083-10013-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 |
---|---|---|---|---|---|---|---|
add093dda829630e0c070b626867af30d58cf4f7 | Name of donor: Conservative Friends of Israel | Overseas visits 80ef1083 | 2015-02-23 | James Arbuthnot uk.org.publicwhip/member/40439 | James Arbuthnot uk.org.publicwhip/person/10013 | 0 | 2015-02-23-80ef1083-10013-0 |
80b0c0367c7bf78b76a62a2b9c9e77ce3e7eb077 | Address of donor: 45B Westbourne Terrace, London W2 3UR | Overseas visits 80ef1083 | 2015-02-23 | James Arbuthnot uk.org.publicwhip/member/40439 | James Arbuthnot uk.org.publicwhip/person/10013 | 1 | 2015-02-23-80ef1083-10013-0 |
cbfb2391ec8f589332142ff6933b8846cb83a181 | Amount of donation (or estimate of the probable value): Flights, accommodation, internal transport, and meals with a total value of £2,528 | Overseas visits 80ef1083 | 2015-02-23 | James Arbuthnot uk.org.publicwhip/member/40439 | James Arbuthnot uk.org.publicwhip/person/10013 | 2 | 2015-02-23-80ef1083-10013-0 |
dc66f2795f6b28ceb4d69a24a4ffa6bb97f6278b | Destination of visit: Israel | Overseas visits 80ef1083 | 2015-02-23 | James Arbuthnot uk.org.publicwhip/member/40439 | James Arbuthnot uk.org.publicwhip/person/10013 | 3 | 2015-02-23-80ef1083-10013-0 |
9102bab9b24ae16d4f4136330ffff5a810d2fcbc | Date of visit: 3 - 7 July 2014 | Overseas visits 80ef1083 | 2015-02-23 | James Arbuthnot uk.org.publicwhip/member/40439 | James Arbuthnot uk.org.publicwhip/person/10013 | 4 | 2015-02-23-80ef1083-10013-0 |
9469a2b072e427a367503ca90cdb897509ea93c1 | Purpose of visit: fact-finding political, industrial, and education discussions in Israel | Overseas visits 80ef1083 | 2015-02-23 | James Arbuthnot uk.org.publicwhip/member/40439 | James Arbuthnot uk.org.publicwhip/person/10013 | 5 | 2015-02-23-80ef1083-10013-0 |
d949f9dcf2e1cc1fc5ee68675164c29803879709 | (Registered 9 July 2014) | Overseas visits 80ef1083 | 2015-02-23 | James Arbuthnot uk.org.publicwhip/member/40439 | James Arbuthnot uk.org.publicwhip/person/10013 | 6 | 2015-02-23-80ef1083-10013-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");