items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
2 rows where record_id = "2023-01-23-891eb863-25375-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 |
|---|---|---|---|---|---|---|---|
| a84086681e65cfae8c6ce699ad7b97746d3469af | Name of donor: Al-Noor Travels and Tours Ltd Address of donor: 66 Killinghall Road, Bradford BD3 8HN Estimate of the probable value (or amount of any donation): Hotel accommodation, value £1,000 Destination of visit: Saudi Arabia Dates of visit: 11-20 February 2022 Purpose of visit: Umrah pilgrimage. (Registered 10 March 2022) | Visits outside the UK 891eb863 | 2023-01-23 | Imran Hussain uk.org.publicwhip/person/25375 | 0 | 2023-01-23-891eb863-25375-0 | |
| 2e2d1ef7432331cdd081a02d4915b00471277360 | Name of donor: Results UK Address of donor: 31-33 Bondway, London SW8 1SJ Estimate of the probable value (or amount of any donation): Flights £1046.70; hotel £2,309.22; food, taxis and other costs £329.97; total value £3,685.89 Destination of visit: New York, United States Dates of visit: 16-20 September 2022 Purpose of visit: Delegation to the United Nations General Secretary's Transforming Education Summit. (Registered 28 September 2022) | Visits outside the UK 891eb863 | 2023-01-23 | Imran Hussain uk.org.publicwhip/person/25375 | 1 | 2023-01-23-891eb863-25375-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");