items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
7 rows where record_id = "2015-03-09-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 |
---|---|---|---|---|---|---|---|
33c2cfce12b1d134e0a31e4df9093ef272df653d | Name of donor: Conservative Friends of Israel | Overseas visits 80ef1083 | 2015-03-09 | James Arbuthnot uk.org.publicwhip/member/40439 | James Arbuthnot uk.org.publicwhip/person/10013 | 0 | 2015-03-09-80ef1083-10013-0 |
35df6be49df4e2361b0b5c3242592dd2fb450b81 | Address of donor: 45B Westbourne Terrace, London W2 3UR | Overseas visits 80ef1083 | 2015-03-09 | James Arbuthnot uk.org.publicwhip/member/40439 | James Arbuthnot uk.org.publicwhip/person/10013 | 1 | 2015-03-09-80ef1083-10013-0 |
0d24a76e5053d0d03052f080b5235c62a5c98e0d | 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-09 | James Arbuthnot uk.org.publicwhip/member/40439 | James Arbuthnot uk.org.publicwhip/person/10013 | 2 | 2015-03-09-80ef1083-10013-0 |
c0d10ab5ad7064be9db031a3c5276174e0870f3a | Destination of visit: Israel | Overseas visits 80ef1083 | 2015-03-09 | James Arbuthnot uk.org.publicwhip/member/40439 | James Arbuthnot uk.org.publicwhip/person/10013 | 3 | 2015-03-09-80ef1083-10013-0 |
65ffaf58c4b0b175044214c5293f3cf444034997 | Date of visit: 3 - 7 July 2014 | Overseas visits 80ef1083 | 2015-03-09 | James Arbuthnot uk.org.publicwhip/member/40439 | James Arbuthnot uk.org.publicwhip/person/10013 | 4 | 2015-03-09-80ef1083-10013-0 |
3d39cc617e3814a03bb7142b4a3af717de1b26cd | Purpose of visit: fact-finding political, industrial, and education discussions in Israel | Overseas visits 80ef1083 | 2015-03-09 | James Arbuthnot uk.org.publicwhip/member/40439 | James Arbuthnot uk.org.publicwhip/person/10013 | 5 | 2015-03-09-80ef1083-10013-0 |
6818c08f72e7f9863f6e49963af691bd049e74fe | (Registered 9 July 2014) | Overseas visits 80ef1083 | 2015-03-09 | James Arbuthnot uk.org.publicwhip/member/40439 | James Arbuthnot uk.org.publicwhip/person/10013 | 6 | 2015-03-09-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");