items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
7 rows where record_id = "2015-01-26-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 |
---|---|---|---|---|---|---|---|
b57f9511105b94cf674eff8b193351b240128882 | Name of donor: Global CCS Institute | Overseas visits 80ef1083 | 2015-01-26 | Dan Byles uk.org.publicwhip/member/40449 | Dan Byles uk.org.publicwhip/person/24849 | 0 | 2015-01-26-80ef1083-24849-0 |
10b0fa65f4b14579d87726a8fb9cb6b76472408e | Address of donor: Level 6, 707 Collins Street, Docklands VIC 3008, Australia | Overseas visits 80ef1083 | 2015-01-26 | Dan Byles uk.org.publicwhip/member/40449 | Dan Byles uk.org.publicwhip/person/24849 | 1 | 2015-01-26-80ef1083-24849-0 |
915d3746528f8e32dd55bb0f4c5c8d07b0da6794 | Amount of donation (or estimate of the probable value): flights and accommodation amounting to £4,942 | Overseas visits 80ef1083 | 2015-01-26 | Dan Byles uk.org.publicwhip/member/40449 | Dan Byles uk.org.publicwhip/person/24849 | 2 | 2015-01-26-80ef1083-24849-0 |
68ee8df8e0516fe4e7e78433cafecbf573c41a96 | Destination of visit: Abu Dhabi | Overseas visits 80ef1083 | 2015-01-26 | Dan Byles uk.org.publicwhip/member/40449 | Dan Byles uk.org.publicwhip/person/24849 | 3 | 2015-01-26-80ef1083-24849-0 |
45f455a1ca52e0af0a8c97b1bb7d94910d8b7eb7 | Date of visit: 4-6 November 2014 | Overseas visits 80ef1083 | 2015-01-26 | Dan Byles uk.org.publicwhip/member/40449 | Dan Byles uk.org.publicwhip/person/24849 | 4 | 2015-01-26-80ef1083-24849-0 |
3dffe8eaf753b39f4addb8e40b5560dd5bce7923 | Purpose of visit: to speak at the Global Status of CCS conference. | Overseas visits 80ef1083 | 2015-01-26 | Dan Byles uk.org.publicwhip/member/40449 | Dan Byles uk.org.publicwhip/person/24849 | 5 | 2015-01-26-80ef1083-24849-0 |
3a5c4c2bdb5ec4e889ad3f5b555875dd20523013 | (Registered 24 November 2014) | Overseas visits 80ef1083 | 2015-01-26 | Dan Byles uk.org.publicwhip/member/40449 | Dan Byles uk.org.publicwhip/person/24849 | 6 | 2015-01-26-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");