items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
7 rows where record_id = "2015-02-09-80ef1083-24849-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 |
---|---|---|---|---|---|---|---|
5e5725319628e284fd0b91ca2a78de534f1152a2 | Name of donor: Global CCS Institute | Overseas visits 80ef1083 | 2015-02-09 | Dan Byles uk.org.publicwhip/member/40449 | Dan Byles uk.org.publicwhip/person/24849 | 0 | 2015-02-09-80ef1083-24849-0 |
787bef99778ab634ffafeb9a980024900c9fe59f | Address of donor: Level 6, 707 Collins Street, Docklands VIC 3008, Australia | Overseas visits 80ef1083 | 2015-02-09 | Dan Byles uk.org.publicwhip/member/40449 | Dan Byles uk.org.publicwhip/person/24849 | 1 | 2015-02-09-80ef1083-24849-0 |
f101067b056ffeae63ed830afc11b8ef2c2263b4 | Amount of donation (or estimate of the probable value): flights and accommodation amounting to £4,942 | Overseas visits 80ef1083 | 2015-02-09 | Dan Byles uk.org.publicwhip/member/40449 | Dan Byles uk.org.publicwhip/person/24849 | 2 | 2015-02-09-80ef1083-24849-0 |
ec3060d25a7d9ef520776cee8584b572239b7928 | Destination of visit: Abu Dhabi | Overseas visits 80ef1083 | 2015-02-09 | Dan Byles uk.org.publicwhip/member/40449 | Dan Byles uk.org.publicwhip/person/24849 | 3 | 2015-02-09-80ef1083-24849-0 |
35b51c76c714ab1e37cc19632ecf4bb985411035 | Date of visit: 4-6 November 2014 | Overseas visits 80ef1083 | 2015-02-09 | Dan Byles uk.org.publicwhip/member/40449 | Dan Byles uk.org.publicwhip/person/24849 | 4 | 2015-02-09-80ef1083-24849-0 |
c1ae028bf813008667d9e4ada4ea91b1fd7e5f68 | Purpose of visit: to speak at the Global Status of CCS conference. | Overseas visits 80ef1083 | 2015-02-09 | Dan Byles uk.org.publicwhip/member/40449 | Dan Byles uk.org.publicwhip/person/24849 | 5 | 2015-02-09-80ef1083-24849-0 |
7c9343255a641b19df7245f2f438adea07cb73b2 | (Registered 24 November 2014) | Overseas visits 80ef1083 | 2015-02-09 | Dan Byles uk.org.publicwhip/member/40449 | Dan Byles uk.org.publicwhip/person/24849 | 6 | 2015-02-09-80ef1083-24849-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");