items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
7 rows where record_id = "2015-03-30-84642823-10048-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 |
|---|---|---|---|---|---|---|---|
| 0b0e690b09d86e3bf6b24ac560947978ce4eac20 | Name of donor: CH2M Hill UK Ltd | Gifts, benefits and hospitality (UK) 84642823 | 2015-03-30 | Hazel Blears uk.org.publicwhip/member/40517 | Hazel Blears uk.org.publicwhip/person/10048 | 0 | 2015-03-30-84642823-10048-0 |
| 2d91c1b23ea784a4728987f6a0d61e197915e2f4 | Address of donor: 43 Brook Green, London W6 7EF | Gifts, benefits and hospitality (UK) 84642823 | 2015-03-30 | Hazel Blears uk.org.publicwhip/member/40517 | Hazel Blears uk.org.publicwhip/person/10048 | 1 | 2015-03-30-84642823-10048-0 |
| a5da7b8dfaa0b80b2b37b96501e4784c0b7659c3 | Amount of donation or nature and value if donation in kind: £5,000 in sponsoring a reception for leading figures in public life. | Gifts, benefits and hospitality (UK) 84642823 | 2015-03-30 | Hazel Blears uk.org.publicwhip/member/40517 | Hazel Blears uk.org.publicwhip/person/10048 | 2 | 2015-03-30-84642823-10048-0 |
| a2b670bd7969f7560475c29a7c7d0d572ddcecd4 | Date of receipt of donation: 25 February 2015 | Gifts, benefits and hospitality (UK) 84642823 | 2015-03-30 | Hazel Blears uk.org.publicwhip/member/40517 | Hazel Blears uk.org.publicwhip/person/10048 | 3 | 2015-03-30-84642823-10048-0 |
| 5865328d5959814c60ae4b6b1b00b21aec786fa7 | Date of acceptance of donation: 25 February 2015 | Gifts, benefits and hospitality (UK) 84642823 | 2015-03-30 | Hazel Blears uk.org.publicwhip/member/40517 | Hazel Blears uk.org.publicwhip/person/10048 | 4 | 2015-03-30-84642823-10048-0 |
| d35c6fbba75fc3b18002ede934009b5a97121199 | Donor status: company, registration 02533469 | Gifts, benefits and hospitality (UK) 84642823 | 2015-03-30 | Hazel Blears uk.org.publicwhip/member/40517 | Hazel Blears uk.org.publicwhip/person/10048 | 5 | 2015-03-30-84642823-10048-0 |
| b4e35fc9729e8366098e5b3ea069029e649e2ae7 | (Registered 24 March 2015) | Gifts, benefits and hospitality (UK) 84642823 | 2015-03-30 | Hazel Blears uk.org.publicwhip/member/40517 | Hazel Blears uk.org.publicwhip/person/10048 | 6 | 2015-03-30-84642823-10048-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");