items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
8 rows where record_id = "2015-03-09-80ef1083-10106-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 |
---|---|---|---|---|---|---|---|
f6847dffa37ba64903ebbfd84b167de5f9f0b723 | Name of donor: Conservative Friends of Israel | Overseas visits 80ef1083 | 2015-03-09 | James Clappison uk.org.publicwhip/member/40314 | James Clappison uk.org.publicwhip/person/10106 | 0 | 2015-03-09-80ef1083-10106-0 |
1f10056f5f50ffa38be12bc5b9a1f007dd22b440 | Address of donor: c/o Shelley Stock Hunter LLP, 7-10 Chandos St, London | Overseas visits 80ef1083 | 2015-03-09 | James Clappison uk.org.publicwhip/member/40314 | James Clappison uk.org.publicwhip/person/10106 | 1 | 2015-03-09-80ef1083-10106-0 |
518d4a166aa94a85f9c2dc93d52ae51ad824d6a0 | W1G 9DG | Overseas visits 80ef1083 | 2015-03-09 | James Clappison uk.org.publicwhip/member/40314 | James Clappison uk.org.publicwhip/person/10106 | 2 | 2015-03-09-80ef1083-10106-0 |
c15938cbccf3fe74b4d30d83996b3a5d14f7c1a4 | Amount of donation (or estimate of the probable value): flights, accommodation etc; total value £1,200 | Overseas visits 80ef1083 | 2015-03-09 | James Clappison uk.org.publicwhip/member/40314 | James Clappison uk.org.publicwhip/person/10106 | 3 | 2015-03-09-80ef1083-10106-0 |
cf8e55f60ac0d1ba5005ec081e054a263ecabe55 | Destination of visit: Israel | Overseas visits 80ef1083 | 2015-03-09 | James Clappison uk.org.publicwhip/member/40314 | James Clappison uk.org.publicwhip/person/10106 | 4 | 2015-03-09-80ef1083-10106-0 |
8dae37196ae59cba7eb457d9b9d1090100d1768b | Date of visit: 10-13 March 2014 | Overseas visits 80ef1083 | 2015-03-09 | James Clappison uk.org.publicwhip/member/40314 | James Clappison uk.org.publicwhip/person/10106 | 5 | 2015-03-09-80ef1083-10106-0 |
c5e068c9e6d2b04a17b843810119e0561141018e | Purpose of visit: political delegation to Israel | Overseas visits 80ef1083 | 2015-03-09 | James Clappison uk.org.publicwhip/member/40314 | James Clappison uk.org.publicwhip/person/10106 | 6 | 2015-03-09-80ef1083-10106-0 |
b1fd01a1645ad2a4481b8b1a110e9e3923bc658b | (Registered 19 March 2014) | Overseas visits 80ef1083 | 2015-03-09 | James Clappison uk.org.publicwhip/member/40314 | James Clappison uk.org.publicwhip/person/10106 | 7 | 2015-03-09-80ef1083-10106-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");