items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
3 rows where record_id = "2001-05-14-84642823-10426-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 |
|---|---|---|---|---|---|---|---|
| 62f56a9528d3c7721dcbb0d6c6cba1faecd10e21 | Honorary life membership for self and spouse of Maidenhead Conservative Club. | Gifts, benefits and hospitality (UK) 84642823 | 2001-05-14 | Theresa May uk.org.publicwhip/member/426 | Theresa May uk.org.publicwhip/person/10426 | 0 | 2001-05-14-84642823-10426-0 |
| 7ca59f8a4634ea9599dcc337c64ef75b76f1a162 | 6 July 2000, my husband and I were guests of the Director of Henley Festival of Music and the Arts at the Festival for dinner and a concert. (Registered 21 August 2000) | Gifts, benefits and hospitality (UK) 84642823 | 2001-05-14 | Theresa May uk.org.publicwhip/member/426 | Theresa May uk.org.publicwhip/person/10426 | 1 | 2001-05-14-84642823-10426-0 |
| b0ec5b7090e26c0f9776a26fb63684b887e42626 | 15 September 2000, my husband and I were entertained to dinner at the Waterside Inn at Bray by Lyondell PLC, and I was given a gift of a Roux Brothers cookery book. (Registered 12 October 2000) | Gifts, benefits and hospitality (UK) 84642823 | 2001-05-14 | Theresa May uk.org.publicwhip/member/426 | Theresa May uk.org.publicwhip/person/10426 | 2 | 2001-05-14-84642823-10426-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");