items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
8 rows where member_id = "uk.org.publicwhip/member/451" sorted by date descending
This data as json, CSV (advanced)
Suggested facets: item, category_id, date, sort_order, record_id, date (date)
| hash | item | category_id | date ▲ | member_id | person_id | sort_order | record_id |
|---|---|---|---|---|---|---|---|
| cfe1959067ce3f42544cce8d434ae103bee1cfd1 | Journalist and author: | Remunerated employment, office, profession, etc. f3967f4d | 2001-05-14 | Chris Mullin uk.org.publicwhip/member/451 | Chris Mullin uk.org.publicwhip/person/10451 | 0 | 2001-05-14-f3967f4d-10451-0 |
| ec3ab1bdd52c53db7920f4afa1d5aeaa983f02f8 | Occasional income from newspaper articles. | Remunerated employment, office, profession, etc. f3967f4d | 2001-05-14 | Chris Mullin uk.org.publicwhip/member/451 | Chris Mullin uk.org.publicwhip/person/10451 | 1 | 2001-05-14-f3967f4d-10451-0 |
| d1a68b226c5361527a1bcfccec1d58823a09b77f | Royalties and film rights from four books written between 1982-7. | Remunerated employment, office, profession, etc. f3967f4d | 2001-05-14 | Chris Mullin uk.org.publicwhip/member/451 | Chris Mullin uk.org.publicwhip/person/10451 | 2 | 2001-05-14-f3967f4d-10451-0 |
| 4ef85ebaca39a2e96fbd9dd5b0f9602f7a52c076 | One bedroom flat in Sunderland from which a rental income is received. | Land and Property 4f1e6359 | 2001-05-14 | Chris Mullin uk.org.publicwhip/member/451 | Chris Mullin uk.org.publicwhip/person/10451 | 0 | 2001-05-14-4f1e6359-10451-0 |
| 2519698d501bdc746af050e55428c786a447cfe5 | Journalist and author: | Remunerated employment, office, profession, etc. f3967f4d | 2000-11-10 | Chris Mullin uk.org.publicwhip/member/451 | Chris Mullin uk.org.publicwhip/person/10451 | 0 | 2000-11-10-f3967f4d-10451-0 |
| af45386244c2e7abad7a29dacb57c3915e49617f | Occasional income from newspaper articles. | Remunerated employment, office, profession, etc. f3967f4d | 2000-11-10 | Chris Mullin uk.org.publicwhip/member/451 | Chris Mullin uk.org.publicwhip/person/10451 | 1 | 2000-11-10-f3967f4d-10451-0 |
| b024f962ca7c59672f3ddbf57ad767d7d3e9a6b0 | Royalties and film rights from four books written between 1982-7. | Remunerated employment, office, profession, etc. f3967f4d | 2000-11-10 | Chris Mullin uk.org.publicwhip/member/451 | Chris Mullin uk.org.publicwhip/person/10451 | 2 | 2000-11-10-f3967f4d-10451-0 |
| 0136ae29d954c56c3757fcb913d6582d708712c2 | One bedroom flat in Sunderland from which a rental income is received. | Land and Property 4f1e6359 | 2000-11-10 | Chris Mullin uk.org.publicwhip/member/451 | Chris Mullin uk.org.publicwhip/person/10451 | 0 | 2000-11-10-4f1e6359-10451-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");