items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
7 rows where record_id = "2015-03-09-80ef1083-10854-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 |
---|---|---|---|---|---|---|---|
a408fd51d8798f9c7bca31a0fc50c73b412d59ba | Name of donor: Henry Jackson Society | Overseas visits 80ef1083 | 2015-03-09 | Jonathan Djanogly uk.org.publicwhip/member/40326 | Jonathan Djanogly uk.org.publicwhip/person/10854 | 0 | 2015-03-09-80ef1083-10854-0 |
15a6259bc8ca3c21bb280faf4a20439fc8380184 | Address of donor: 8th Floor, Parker Tower, 43-49 Parker Street, London WC2B 5PS | Overseas visits 80ef1083 | 2015-03-09 | Jonathan Djanogly uk.org.publicwhip/member/40326 | Jonathan Djanogly uk.org.publicwhip/person/10854 | 1 | 2015-03-09-80ef1083-10854-0 |
bcb291a32bb6b650c815319a48ec802674815fa5 | Amount of donation (or estimate of the probable value): air fare and hotel accommodation, at a value of £1,190 | Overseas visits 80ef1083 | 2015-03-09 | Jonathan Djanogly uk.org.publicwhip/member/40326 | Jonathan Djanogly uk.org.publicwhip/person/10854 | 2 | 2015-03-09-80ef1083-10854-0 |
f053be9900a901df1a1324a2d5c76a1819b249a4 | Destination of visit: Washington DC, USA | Overseas visits 80ef1083 | 2015-03-09 | Jonathan Djanogly uk.org.publicwhip/member/40326 | Jonathan Djanogly uk.org.publicwhip/person/10854 | 3 | 2015-03-09-80ef1083-10854-0 |
a35b2329a8bd2ecf9bee3f6e22dc6c1ef82fa94a | Date of visit: 1-4 March 2014 | Overseas visits 80ef1083 | 2015-03-09 | Jonathan Djanogly uk.org.publicwhip/member/40326 | Jonathan Djanogly uk.org.publicwhip/person/10854 | 4 | 2015-03-09-80ef1083-10854-0 |
10607d37631bc719b36256c8e5f72817496de706 | Purpose of visit: AIPAC/US-Europe-Israel National Security Forum | Overseas visits 80ef1083 | 2015-03-09 | Jonathan Djanogly uk.org.publicwhip/member/40326 | Jonathan Djanogly uk.org.publicwhip/person/10854 | 5 | 2015-03-09-80ef1083-10854-0 |
6f3cf9892e6768e52cc40d1aa742460255f166c0 | (Registered 25 March 2014) | Overseas visits 80ef1083 | 2015-03-09 | Jonathan Djanogly uk.org.publicwhip/member/40326 | Jonathan Djanogly uk.org.publicwhip/person/10854 | 6 | 2015-03-09-80ef1083-10854-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");