items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
6 rows where record_id = "2015-01-06-8f616a6e-11506-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 |
---|---|---|---|---|---|---|---|
7b4ba6e520f5c4436c0f343595c062eb228e360d | Donations to my constituency party or association, which have been or will be reported by my party to the Electoral Commission: | Sponsorships 8f616a6e | 2015-01-06 | David Jones uk.org.publicwhip/member/40178 | David Jones uk.org.publicwhip/person/11506 | 0 | 2015-01-06-8f616a6e-11506-0 |
26108016fe32c60e61e81aebc917d819800aa935 | Name of donor: Mrs Elisabeth Culshaw | Sponsorships 8f616a6e | 2015-01-06 | David Jones uk.org.publicwhip/member/40178 | David Jones uk.org.publicwhip/person/11506 | 1 | 2015-01-06-8f616a6e-11506-0 |
342b504ef5400a82006667897aaab1b79842c73b | Address of donor: private | Sponsorships 8f616a6e | 2015-01-06 | David Jones uk.org.publicwhip/member/40178 | David Jones uk.org.publicwhip/person/11506 | 2 | 2015-01-06-8f616a6e-11506-0 |
0099c7b61f4097f6e40841fbb784149cf75d3d3e | Amount of donation or nature and value if donation in kind: £3,000 | Sponsorships 8f616a6e | 2015-01-06 | David Jones uk.org.publicwhip/member/40178 | David Jones uk.org.publicwhip/person/11506 | 3 | 2015-01-06-8f616a6e-11506-0 |
10a1328564e019c572bf2b11a2736ea2976a340a | Donor status: individual | Sponsorships 8f616a6e | 2015-01-06 | David Jones uk.org.publicwhip/member/40178 | David Jones uk.org.publicwhip/person/11506 | 4 | 2015-01-06-8f616a6e-11506-0 |
ed612d6f2f4108d6cbc03cf7bb59ff9ab38128ee | (Registered 11 November 2014) | Sponsorships 8f616a6e | 2015-01-06 | David Jones uk.org.publicwhip/member/40178 | David Jones uk.org.publicwhip/person/11506 | 5 | 2015-01-06-8f616a6e-11506-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");