items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
7 rows where record_id = "2015-02-23-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 |
---|---|---|---|---|---|---|---|
255c4480b18c9f033120efda3d00b88f579c79d4 | Name of donor: Konrad-Adenauer-Stiftung | Overseas visits 80ef1083 | 2015-02-23 | Julian Smith uk.org.publicwhip/member/40534 | Julian Smith uk.org.publicwhip/person/24961 | 0 | 2015-02-23-80ef1083-24961-0 |
54a506a10e60132a8023104217efd3a1559b7747 | Address of donor: 630 Eccleston Square, London SW1V 1PH | Overseas visits 80ef1083 | 2015-02-23 | Julian Smith uk.org.publicwhip/member/40534 | Julian Smith uk.org.publicwhip/person/24961 | 1 | 2015-02-23-80ef1083-24961-0 |
5c0aa523105eb901a0425e60d00555cb0680af7a | 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-02-23 | Julian Smith uk.org.publicwhip/member/40534 | Julian Smith uk.org.publicwhip/person/24961 | 2 | 2015-02-23-80ef1083-24961-0 |
6d561f92344a9b234cf80793fce0d3200a078fb3 | Destination of visit: Cadenabbia, Italy | Overseas visits 80ef1083 | 2015-02-23 | Julian Smith uk.org.publicwhip/member/40534 | Julian Smith uk.org.publicwhip/person/24961 | 3 | 2015-02-23-80ef1083-24961-0 |
04c280f00626e684a714529f05345e0256abefa0 | Date of visit: 22-25 March 2014 | Overseas visits 80ef1083 | 2015-02-23 | Julian Smith uk.org.publicwhip/member/40534 | Julian Smith uk.org.publicwhip/person/24961 | 4 | 2015-02-23-80ef1083-24961-0 |
acbf15156df1f078b1a4283819b012f346677152 | Purpose of visit: attending conference on British/German dialogue. | Overseas visits 80ef1083 | 2015-02-23 | Julian Smith uk.org.publicwhip/member/40534 | Julian Smith uk.org.publicwhip/person/24961 | 5 | 2015-02-23-80ef1083-24961-0 |
ae061ee459919cfa265469ab752715484b8cd002 | (Registered 22 April 2014) | Overseas visits 80ef1083 | 2015-02-23 | Julian Smith uk.org.publicwhip/member/40534 | Julian Smith uk.org.publicwhip/person/24961 | 6 | 2015-02-23-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");