items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
7 rows where record_id = "2015-03-30-80ef1083-13736-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 |
---|---|---|---|---|---|---|---|
2b84e556843094b1ee00f4c2bc5bb8e34223a9e4 | Name of donor: HM Government of Gibraltar | Overseas visits 80ef1083 | 2015-03-30 | Bob Neill uk.org.publicwhip/member/40127 | Bob Neill uk.org.publicwhip/person/13736 | 0 | 2015-03-30-80ef1083-13736-0 |
f8ede140538ed76b3425ea2af50c4b9bee04c0ec | Address of donor: 150 Strand, London, WC2R 1JA | Overseas visits 80ef1083 | 2015-03-30 | Bob Neill uk.org.publicwhip/member/40127 | Bob Neill uk.org.publicwhip/person/13736 | 1 | 2015-03-30-80ef1083-13736-0 |
79f39b8a64a85f7deda41f2247a7a131c7349392 | Amount of donation (or estimate of the probable value): flights, accommodation and meals; cost £980 | Overseas visits 80ef1083 | 2015-03-30 | Bob Neill uk.org.publicwhip/member/40127 | Bob Neill uk.org.publicwhip/person/13736 | 2 | 2015-03-30-80ef1083-13736-0 |
7b73af5d4d342c0ba7257802f6872590b9fb16c2 | Destination of visit: Gibraltar | Overseas visits 80ef1083 | 2015-03-30 | Bob Neill uk.org.publicwhip/member/40127 | Bob Neill uk.org.publicwhip/person/13736 | 3 | 2015-03-30-80ef1083-13736-0 |
11826e191fb8b0b04f2a7053df9127674fa8e1d2 | Date of visit: 8-11 September 2014 | Overseas visits 80ef1083 | 2015-03-30 | Bob Neill uk.org.publicwhip/member/40127 | Bob Neill uk.org.publicwhip/person/13736 | 4 | 2015-03-30-80ef1083-13736-0 |
80438376a1cf030f7762d441f06a2c4dc41edc12 | Purpose of visit: to attend National Day Celebrations. | Overseas visits 80ef1083 | 2015-03-30 | Bob Neill uk.org.publicwhip/member/40127 | Bob Neill uk.org.publicwhip/person/13736 | 5 | 2015-03-30-80ef1083-13736-0 |
e5670912ad20138e13f90b2c7e797cb4ad65e281 | (Registered 8 October 2014) | Overseas visits 80ef1083 | 2015-03-30 | Bob Neill uk.org.publicwhip/member/40127 | Bob Neill uk.org.publicwhip/person/13736 | 6 | 2015-03-30-80ef1083-13736-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");