items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
7 rows where record_id = "2015-03-30-84642823-11858-2" 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 |
|---|---|---|---|---|---|---|---|
| 5670121d5f52f8ef33dfb30d7130625e35e2fe1d | Name of donor: Chelsea Football Club Ltd | Gifts, benefits and hospitality (UK) 84642823 | 2015-03-30 | Michael Gove uk.org.publicwhip/member/40593 | Michael Gove uk.org.publicwhip/person/11858 | 0 | 2015-03-30-84642823-11858-2 |
| 8c7765de49d8b4675d84ddbe11ce4e3b4270eab9 | Address of donor: Stamford Bridge Ground, Fulham Road, London SW6 1HS | Gifts, benefits and hospitality (UK) 84642823 | 2015-03-30 | Michael Gove uk.org.publicwhip/member/40593 | Michael Gove uk.org.publicwhip/person/11858 | 1 | 2015-03-30-84642823-11858-2 |
| e206160fc24bd4368a90dc492e748ff1770c2807 | Amount of donation or nature and value if donation in kind: four tickets for the Chelsea Foundation Box with hospitality, total value £1,024 | Gifts, benefits and hospitality (UK) 84642823 | 2015-03-30 | Michael Gove uk.org.publicwhip/member/40593 | Michael Gove uk.org.publicwhip/person/11858 | 2 | 2015-03-30-84642823-11858-2 |
| 6035f56a1a1a139d559650292e7aa5ab3d092708 | Date of receipt of donation: 23 August 2014 | Gifts, benefits and hospitality (UK) 84642823 | 2015-03-30 | Michael Gove uk.org.publicwhip/member/40593 | Michael Gove uk.org.publicwhip/person/11858 | 3 | 2015-03-30-84642823-11858-2 |
| c4aa6bef1806e75b99f1d201f9cc5e7a1df2c867 | Date of acceptance of donation: 23 August 2014 | Gifts, benefits and hospitality (UK) 84642823 | 2015-03-30 | Michael Gove uk.org.publicwhip/member/40593 | Michael Gove uk.org.publicwhip/person/11858 | 4 | 2015-03-30-84642823-11858-2 |
| 708fd94e1a0aae7a2b6384458e40fe7491824b9e | Donor status: company, registration 1965149 | Gifts, benefits and hospitality (UK) 84642823 | 2015-03-30 | Michael Gove uk.org.publicwhip/member/40593 | Michael Gove uk.org.publicwhip/person/11858 | 5 | 2015-03-30-84642823-11858-2 |
| d8874c61aaf6ca60d36eaf70876d93266f7de065 | (Registered 9 September 2014) | Gifts, benefits and hospitality (UK) 84642823 | 2015-03-30 | Michael Gove uk.org.publicwhip/member/40593 | Michael Gove uk.org.publicwhip/person/11858 | 6 | 2015-03-30-84642823-11858-2 |
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");