items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
7 rows where record_id = "2014-07-14-80ef1083-24859-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 |
---|---|---|---|---|---|---|---|
3c7af9162da50e462faa0b28a725f3af75a23d38 | Name of donor: International Dept, Cyprus House of Representatives | Overseas visits 80ef1083 | 2014-07-14 | Nick de Bois uk.org.publicwhip/member/40247 | Nick de Bois uk.org.publicwhip/person/24859 | 0 | 2014-07-14-80ef1083-24859-0 |
4566e0917d05f39774ed692faebe2ecf3a6906a7 | Address of donor: Nicosia, Cyprus | Overseas visits 80ef1083 | 2014-07-14 | Nick de Bois uk.org.publicwhip/member/40247 | Nick de Bois uk.org.publicwhip/person/24859 | 1 | 2014-07-14-80ef1083-24859-0 |
c24905743640dd2c5a565faf26d3c17cb198d58a | Amount of donation (or estimate of the probable value): £850 for accommodation, meals and transport | Overseas visits 80ef1083 | 2014-07-14 | Nick de Bois uk.org.publicwhip/member/40247 | Nick de Bois uk.org.publicwhip/person/24859 | 2 | 2014-07-14-80ef1083-24859-0 |
ce89ac3aa4a3698c2ca7ec0d9d405d937de7cf3b | Destination of visit: Nicosia, Cyprus | Overseas visits 80ef1083 | 2014-07-14 | Nick de Bois uk.org.publicwhip/member/40247 | Nick de Bois uk.org.publicwhip/person/24859 | 3 | 2014-07-14-80ef1083-24859-0 |
767b3c3f32a3b8d76a9f64ffb6a887447f18827a | Date of visit: 1 to 4 October 2013 | Overseas visits 80ef1083 | 2014-07-14 | Nick de Bois uk.org.publicwhip/member/40247 | Nick de Bois uk.org.publicwhip/person/24859 | 4 | 2014-07-14-80ef1083-24859-0 |
4c5d5f8d23d7f66f2097bde928b0549472f64a54 | Purpose of visit: Visit made with the Friends of Cyprus Group, to discuss the approaching start of UN sponsored bi-communal talks | Overseas visits 80ef1083 | 2014-07-14 | Nick de Bois uk.org.publicwhip/member/40247 | Nick de Bois uk.org.publicwhip/person/24859 | 5 | 2014-07-14-80ef1083-24859-0 |
df2a69a237156211f0d41651208b9382a31a26e0 | (Registered 14 October 2013) | Overseas visits 80ef1083 | 2014-07-14 | Nick de Bois uk.org.publicwhip/member/40247 | Nick de Bois uk.org.publicwhip/person/24859 | 6 | 2014-07-14-80ef1083-24859-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");