items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
6 rows where record_id = "2015-01-06-8f616a6e-24898-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 |
|---|---|---|---|---|---|---|---|
| f4eba95d1375a36c780469f96d20186ece0ff89a | Donations to my constituency party or association, which have been or will be reported by the party to the Electoral Commission: | Sponsorships 8f616a6e | 2015-01-06 | Oliver Colvile uk.org.publicwhip/member/40481 | Oliver Colvile uk.org.publicwhip/person/24898 | 0 | 2015-01-06-8f616a6e-24898-0 |
| c76ba8ba49ec05f13358fff2b483dbfdb1734708 | Name of donor: United & Cecil Club | Sponsorships 8f616a6e | 2015-01-06 | Oliver Colvile uk.org.publicwhip/member/40481 | Oliver Colvile uk.org.publicwhip/person/24898 | 1 | 2015-01-06-8f616a6e-24898-0 |
| bd4a3ec6bec29fea3f39f1d8ccaf334000c9df23 | Address of donor: 18 Thorney Lane, Iver SL0 9JY | Sponsorships 8f616a6e | 2015-01-06 | Oliver Colvile uk.org.publicwhip/member/40481 | Oliver Colvile uk.org.publicwhip/person/24898 | 2 | 2015-01-06-8f616a6e-24898-0 |
| 3e62b55d4ab4ad25b7ac2ab451671bdedc0ed6e4 | Amount of donation or nature and value if donation in kind: £2,500 | Sponsorships 8f616a6e | 2015-01-06 | Oliver Colvile uk.org.publicwhip/member/40481 | Oliver Colvile uk.org.publicwhip/person/24898 | 3 | 2015-01-06-8f616a6e-24898-0 |
| 56f45d8bc25fa5f2a7205b63181cd98f0968be5f | Donor status: members’ association | Sponsorships 8f616a6e | 2015-01-06 | Oliver Colvile uk.org.publicwhip/member/40481 | Oliver Colvile uk.org.publicwhip/person/24898 | 4 | 2015-01-06-8f616a6e-24898-0 |
| b6202e360c5cf41b230ebc63979435782e02d213 | (Registered 19 May 2014) | Sponsorships 8f616a6e | 2015-01-06 | Oliver Colvile uk.org.publicwhip/member/40481 | Oliver Colvile uk.org.publicwhip/person/24898 | 5 | 2015-01-06-8f616a6e-24898-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");