items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
7 rows where record_id = "2015-03-30-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 |
---|---|---|---|---|---|---|---|
15c7baf66efdd14dafb32d9c792e8079f53f7ed4 | Name of donor: Conservative Friends of Israel | Overseas visits 80ef1083 | 2015-03-30 | James Arbuthnot uk.org.publicwhip/member/40439 | James Arbuthnot uk.org.publicwhip/person/10013 | 0 | 2015-03-30-80ef1083-10013-0 |
a0d8e9ff5f3ca88a1707312ec556e33052766fc6 | Address of donor: 45B Westbourne Terrace, London W2 3UR | Overseas visits 80ef1083 | 2015-03-30 | James Arbuthnot uk.org.publicwhip/member/40439 | James Arbuthnot uk.org.publicwhip/person/10013 | 1 | 2015-03-30-80ef1083-10013-0 |
eadf8fbe730d14a7eb7a3d8c60ba97b03990fbb3 | 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-03-30 | James Arbuthnot uk.org.publicwhip/member/40439 | James Arbuthnot uk.org.publicwhip/person/10013 | 2 | 2015-03-30-80ef1083-10013-0 |
02e3d5613a6ad74d0c64efc551ccf6dfac66e0b0 | Destination of visit: Israel | Overseas visits 80ef1083 | 2015-03-30 | James Arbuthnot uk.org.publicwhip/member/40439 | James Arbuthnot uk.org.publicwhip/person/10013 | 3 | 2015-03-30-80ef1083-10013-0 |
ef36e58f88d9cefb01db25e3abf2f99de3dc4519 | Date of visit: 3 - 7 July 2014 | Overseas visits 80ef1083 | 2015-03-30 | James Arbuthnot uk.org.publicwhip/member/40439 | James Arbuthnot uk.org.publicwhip/person/10013 | 4 | 2015-03-30-80ef1083-10013-0 |
65e0a596a813a1e3fd83eeba1e7b49e5f932a58d | Purpose of visit: fact-finding political, industrial, and education discussions in Israel | Overseas visits 80ef1083 | 2015-03-30 | James Arbuthnot uk.org.publicwhip/member/40439 | James Arbuthnot uk.org.publicwhip/person/10013 | 5 | 2015-03-30-80ef1083-10013-0 |
1362a6c55f5dff4cff7efc7a669765002f5eead1 | (Registered 9 July 2014) | Overseas visits 80ef1083 | 2015-03-30 | James Arbuthnot uk.org.publicwhip/member/40439 | James Arbuthnot uk.org.publicwhip/person/10013 | 6 | 2015-03-30-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");