items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
8 rows where record_id = "2015-02-09-80ef1083-10106-1" 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 |
---|---|---|---|---|---|---|---|
71a29613db0e065aa8c9b287d7b132967e9a5576 | Name of donor: Conservative Friends of Israel | Overseas visits 80ef1083 | 2015-02-09 | James Clappison uk.org.publicwhip/member/40314 | James Clappison uk.org.publicwhip/person/10106 | 0 | 2015-02-09-80ef1083-10106-1 |
39af3a0b832cd8eaf566a434e5442990a07405a6 | Address of donor: c/o Shelley Stock Hunter LLP, 7-10 Chandos St, London | Overseas visits 80ef1083 | 2015-02-09 | James Clappison uk.org.publicwhip/member/40314 | James Clappison uk.org.publicwhip/person/10106 | 1 | 2015-02-09-80ef1083-10106-1 |
385424851a517ac0b2c18f8faf04abb9a3ca3961 | W1G 9DG | Overseas visits 80ef1083 | 2015-02-09 | James Clappison uk.org.publicwhip/member/40314 | James Clappison uk.org.publicwhip/person/10106 | 2 | 2015-02-09-80ef1083-10106-1 |
8dee23be7ab5c4f90d7baf2f3494d80384347192 | Amount of donation (or estimate of the probable value): £2,000 | Overseas visits 80ef1083 | 2015-02-09 | James Clappison uk.org.publicwhip/member/40314 | James Clappison uk.org.publicwhip/person/10106 | 3 | 2015-02-09-80ef1083-10106-1 |
3477615fd21f13678b15e4d5bc488134c941054d | Destination of visit: Israel and the West Bank | Overseas visits 80ef1083 | 2015-02-09 | James Clappison uk.org.publicwhip/member/40314 | James Clappison uk.org.publicwhip/person/10106 | 4 | 2015-02-09-80ef1083-10106-1 |
725f30f88da0723444b56c8909528b06fbe853fd | Date of visit: 16-21 February 2014 | Overseas visits 80ef1083 | 2015-02-09 | James Clappison uk.org.publicwhip/member/40314 | James Clappison uk.org.publicwhip/person/10106 | 5 | 2015-02-09-80ef1083-10106-1 |
9c85b90cf8a0090c98341f538a00dfeb21d67098 | Purpose of visit: fact finding political delegation | Overseas visits 80ef1083 | 2015-02-09 | James Clappison uk.org.publicwhip/member/40314 | James Clappison uk.org.publicwhip/person/10106 | 6 | 2015-02-09-80ef1083-10106-1 |
43bd4bbcb19495c4eeee002ab692bbd5b24e889e | (Registered 21 March 2014) | Overseas visits 80ef1083 | 2015-02-09 | James Clappison uk.org.publicwhip/member/40314 | James Clappison uk.org.publicwhip/person/10106 | 7 | 2015-02-09-80ef1083-10106-1 |
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");