items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
2 rows where record_id = "2023-08-07-891eb863-10162-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 |
|---|---|---|---|---|---|---|---|
| fbd9ccedb06463bfbb8d06ac8a3c510ad4b8e7db | Name of donor: Ian Hannam Address of donor: private Estimate of the probable value (or amount of any donation): Flights and car to Lech (£791), room & ski instructor (£8,490), visitor tax (£27), ski pass (£194) and in room refreshments (£19), total value £9,521 Destination of visit: Lech, Austria Dates of visit: 13-21 February 2023 Purpose of visit: Skiing trip. (Registered 02 March 2023) | Visits outside the UK 891eb863 | 2023-08-07 | David Davis uk.org.publicwhip/person/10162 | 0 | 2023-08-07-891eb863-10162-0 | |
| 1f2c01de2ef6adc06bbf13f9bba3162e65e35219 | Name of donor: Paul Sykes Address of donor: private Estimate of the probable value (or amount of any donation): Flights valued at £4,384 Destination of visit: Jersey Dates of visit: 3-5 June 2023 Purpose of visit: Social visit. (Registered 09 June 2023) | Visits outside the UK 891eb863 | 2023-08-07 | David Davis uk.org.publicwhip/person/10162 | 1 | 2023-08-07-891eb863-10162-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");