items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
4 rows where member_id = "uk.org.publicwhip/member/314" sorted by date descending
This data as json, CSV (advanced)
Suggested facets: item, date, sort_order, record_id, date (date)
| hash | item | category_id | date ▲ | member_id | person_id | sort_order | record_id |
|---|---|---|---|---|---|---|---|
| 77b034c197abd1ebbfc2a55f4ca4a6c25532e77d | 3 March 2000, my wife and I attended the Brit Awards as guests of the British Phonographic Institute. (Registered 28 March 2000) | Gifts, benefits and hospitality (UK) 84642823 | 2001-05-14 | Alan Johnson uk.org.publicwhip/member/314 | Alan Johnson uk.org.publicwhip/person/10314 | 0 | 2001-05-14-84642823-10314-0 |
| f7641118538e7f46fe5efa219aff7bac2dfa3081 | 26 February 2001, my wife and I attended the Brit Awards as guests of the British Phonographic Instititute. (Registered 27 March 2001) | Gifts, benefits and hospitality (UK) 84642823 | 2001-05-14 | Alan Johnson uk.org.publicwhip/member/314 | Alan Johnson uk.org.publicwhip/person/10314 | 1 | 2001-05-14-84642823-10314-0 |
| 67fb8e7d3f2574e7cd3889bb22fea1fc981a7734 | 16 February 1999, my wife and I attended the Brit Awards as guests of the British Phonographic Institute. (Registered 13 April 1999) | Gifts, benefits and hospitality (UK) 84642823 | 2000-11-10 | Alan Johnson uk.org.publicwhip/member/314 | Alan Johnson uk.org.publicwhip/person/10314 | 0 | 2000-11-10-84642823-10314-0 |
| e17af9eb9c853c8f823b0b0a4addc2c7b670d908 | 3 March 2000, my wife and I attended the Brit Awards as guests of the British Phonographic Institute. (Registered 28 March 2000) | Gifts, benefits and hospitality (UK) 84642823 | 2000-11-10 | Alan Johnson uk.org.publicwhip/member/314 | Alan Johnson uk.org.publicwhip/person/10314 | 1 | 2000-11-10-84642823-10314-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");