items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
2 rows where record_id = "2019-07-29-891eb863-11032-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 |
|---|---|---|---|---|---|---|---|
| 9a9e4fd3a0e60c08b99bd85ca2dd8a6e84d10547 | Name of donor: RI International Address of donor: 2701 N. 16th Street, Suite 316, Phoenix, AZ 85006 Estimate of the probable value (or amount of any donation): Flights and other travel expenses, hotel and food to a value of £654.45 Destination of visit: Rotterdam, Netherlands Dates of visit: 2-3 September 2018 Purpose of visit: To speak at the 4th International Zero Suicide in Healthcare Summit. (Registered 23 October 2018) | Visits outside the UK 891eb863 | 2019-07-29 | Norman Lamb uk.org.publicwhip/person/11032 | 0 | 2019-07-29-891eb863-11032-0 | |
| d194a364d3dd823f5e06c617ed12e3a6605a20e9 | Name of donor: Volteface Address of donor: 18 Hanway Street, London W1T 1UF Estimate of the probable value (or amount of any donation): Attendance at a conference organised by Volteface (costs including room hire, staffing and audio/visual equipment) with a value of £720.21 Destination of visit: Canada Dates of visit: 7-9 June 2019 Purpose of visit: A study trip organised by Volteface regarding Canada’s decision to legalise cannabis. (Registered 28 June 2019; updated 15 July 2019) | Visits outside the UK 891eb863 | 2019-07-29 | Norman Lamb uk.org.publicwhip/person/11032 | 1 | 2019-07-29-891eb863-11032-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");