items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
7 rows where record_id = "2015-01-26-84642823-10076-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 |
|---|---|---|---|---|---|---|---|
| e2978295fadef5669287e6e81f703b3133f4743b | Name of donor: Motor Sports Association | Gifts, benefits and hospitality (UK) 84642823 | 2015-01-26 | Richard Burden uk.org.publicwhip/member/40085 | Richard Burden uk.org.publicwhip/person/10076 | 0 | 2015-01-26-84642823-10076-0 |
| 8b65f4ba39b216b87189db0dd3930fb4e01ec639 | Address of donor: Riverside Park, Colnbrook SL3 0HG | Gifts, benefits and hospitality (UK) 84642823 | 2015-01-26 | Richard Burden uk.org.publicwhip/member/40085 | Richard Burden uk.org.publicwhip/person/10076 | 1 | 2015-01-26-84642823-10076-0 |
| 0eb549780cdf8f2ab29b3881db999d2e4fd82099 | Amount of donation or nature and value if donation in kind: two passes and hospitality for British Grand Prix at Silverstone, 6 July 2014, value £980. | Gifts, benefits and hospitality (UK) 84642823 | 2015-01-26 | Richard Burden uk.org.publicwhip/member/40085 | Richard Burden uk.org.publicwhip/person/10076 | 2 | 2015-01-26-84642823-10076-0 |
| 50d0e4b5887eee384fd53a42dcfbc3a34f60edc6 | Date of receipt of donation: 6 July 2014 | Gifts, benefits and hospitality (UK) 84642823 | 2015-01-26 | Richard Burden uk.org.publicwhip/member/40085 | Richard Burden uk.org.publicwhip/person/10076 | 3 | 2015-01-26-84642823-10076-0 |
| 4b94924588d92aaa2cd90b3b0cd5122ea0cb45c3 | Date of acceptance of donation: 6 July 2014 | Gifts, benefits and hospitality (UK) 84642823 | 2015-01-26 | Richard Burden uk.org.publicwhip/member/40085 | Richard Burden uk.org.publicwhip/person/10076 | 4 | 2015-01-26-84642823-10076-0 |
| 14b2b9c9e4298b8d4c6be64f34f087520b538b88 | Donor status: company, registration 1344829 | Gifts, benefits and hospitality (UK) 84642823 | 2015-01-26 | Richard Burden uk.org.publicwhip/member/40085 | Richard Burden uk.org.publicwhip/person/10076 | 5 | 2015-01-26-84642823-10076-0 |
| c4660cc0323d1a64a1b57a275a8983224cbed95d | (Registered 21 July 2014) | Gifts, benefits and hospitality (UK) 84642823 | 2015-01-26 | Richard Burden uk.org.publicwhip/member/40085 | Richard Burden uk.org.publicwhip/person/10076 | 6 | 2015-01-26-84642823-10076-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");