items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
7 rows where record_id = "2015-03-09-80ef1083-24961-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 |
---|---|---|---|---|---|---|---|
6052dc376c0c4642afa9b76f20cfa195ceb65f01 | Name of donor: Konrad-Adenauer-Stiftung | Overseas visits 80ef1083 | 2015-03-09 | Julian Smith uk.org.publicwhip/member/40534 | Julian Smith uk.org.publicwhip/person/24961 | 0 | 2015-03-09-80ef1083-24961-0 |
3873b55581a7d1245868d8477997a66bc7b86995 | Address of donor: 630 Eccleston Square, London SW1V 1PH | Overseas visits 80ef1083 | 2015-03-09 | Julian Smith uk.org.publicwhip/member/40534 | Julian Smith uk.org.publicwhip/person/24961 | 1 | 2015-03-09-80ef1083-24961-0 |
9b5228fdb9bb46d4cbddf8dca6ce2a959d4275aa | Amount of donation (or estimate of the probable value): flights, accommodation, meals and other costs with an approximate value of £800 | Overseas visits 80ef1083 | 2015-03-09 | Julian Smith uk.org.publicwhip/member/40534 | Julian Smith uk.org.publicwhip/person/24961 | 2 | 2015-03-09-80ef1083-24961-0 |
1a817955cef809fc1f5a8ac534b81ddea220603b | Destination of visit: Cadenabbia, Italy | Overseas visits 80ef1083 | 2015-03-09 | Julian Smith uk.org.publicwhip/member/40534 | Julian Smith uk.org.publicwhip/person/24961 | 3 | 2015-03-09-80ef1083-24961-0 |
d76b23f44ecff10a72d80c45c063940080795dd1 | Date of visit: 22-25 March 2014 | Overseas visits 80ef1083 | 2015-03-09 | Julian Smith uk.org.publicwhip/member/40534 | Julian Smith uk.org.publicwhip/person/24961 | 4 | 2015-03-09-80ef1083-24961-0 |
a1d431dc328a5a33eabc4385fb8999ed321f1be1 | Purpose of visit: attending conference on British/German dialogue. | Overseas visits 80ef1083 | 2015-03-09 | Julian Smith uk.org.publicwhip/member/40534 | Julian Smith uk.org.publicwhip/person/24961 | 5 | 2015-03-09-80ef1083-24961-0 |
949d3df19c128eff80c6217f88fcc3c8506c4f74 | (Registered 22 April 2014) | Overseas visits 80ef1083 | 2015-03-09 | Julian Smith uk.org.publicwhip/member/40534 | Julian Smith uk.org.publicwhip/person/24961 | 6 | 2015-03-09-80ef1083-24961-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");