items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
7 rows where record_id = "2015-03-30-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 |
---|---|---|---|---|---|---|---|
298d2c9a326e27839afc26a5a01a67206ba941f2 | Name of donor: Konrad-Adenauer-Stiftung | Overseas visits 80ef1083 | 2015-03-30 | Julian Smith uk.org.publicwhip/member/40534 | Julian Smith uk.org.publicwhip/person/24961 | 0 | 2015-03-30-80ef1083-24961-0 |
ae8de7e9662a23701b6af87c3ed8e63237b26e8b | Address of donor: 630 Eccleston Square, London SW1V 1PH | Overseas visits 80ef1083 | 2015-03-30 | Julian Smith uk.org.publicwhip/member/40534 | Julian Smith uk.org.publicwhip/person/24961 | 1 | 2015-03-30-80ef1083-24961-0 |
b5c6b2e281f6cc2a2a519903ac0aebf55784bdd8 | 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-30 | Julian Smith uk.org.publicwhip/member/40534 | Julian Smith uk.org.publicwhip/person/24961 | 2 | 2015-03-30-80ef1083-24961-0 |
39b312bafff83fe95f8e7e7f7bfe567283f64fc5 | Destination of visit: Cadenabbia, Italy | Overseas visits 80ef1083 | 2015-03-30 | Julian Smith uk.org.publicwhip/member/40534 | Julian Smith uk.org.publicwhip/person/24961 | 3 | 2015-03-30-80ef1083-24961-0 |
9f2ddceb4a2b6e7b1ee9646ccca4ad23147a016b | Date of visit: 22-25 March 2014 | Overseas visits 80ef1083 | 2015-03-30 | Julian Smith uk.org.publicwhip/member/40534 | Julian Smith uk.org.publicwhip/person/24961 | 4 | 2015-03-30-80ef1083-24961-0 |
deb94b61969cea4a6b389e4d876a6be3f10b1296 | Purpose of visit: attending conference on British/German dialogue. | Overseas visits 80ef1083 | 2015-03-30 | Julian Smith uk.org.publicwhip/member/40534 | Julian Smith uk.org.publicwhip/person/24961 | 5 | 2015-03-30-80ef1083-24961-0 |
602209a5ebd5d44ab5232e5ce9747eb17546faf4 | (Registered 22 April 2014) | Overseas visits 80ef1083 | 2015-03-30 | Julian Smith uk.org.publicwhip/member/40534 | Julian Smith uk.org.publicwhip/person/24961 | 6 | 2015-03-30-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");