items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
7 rows where record_id = "2015-02-09-84642823-10103-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 |
|---|---|---|---|---|---|---|---|
| 297a527d675f0b19228bcee16783b853bea775a0 | Name of donor: JTI | Gifts, benefits and hospitality (UK) 84642823 | 2015-02-09 | Christopher Chope uk.org.publicwhip/member/40171 | Christopher Chope uk.org.publicwhip/person/10103 | 0 | 2015-02-09-84642823-10103-0 |
| c9cc7bc6d8b117cc0246de6eabceebb602c1c359 | Address of donor: Members Hill, Brooklands Road, Weybridge KT13 0QU | Gifts, benefits and hospitality (UK) 84642823 | 2015-02-09 | Christopher Chope uk.org.publicwhip/member/40171 | Christopher Chope uk.org.publicwhip/person/10103 | 1 | 2015-02-09-84642823-10103-0 |
| 0cb4c1e70b5d49fb79823caa35be738d4b763a8b | Amount of donation or nature and value if donation in kind: two tickets to Chelsea Flower Show, including hospitality; total value £1,404 | Gifts, benefits and hospitality (UK) 84642823 | 2015-02-09 | Christopher Chope uk.org.publicwhip/member/40171 | Christopher Chope uk.org.publicwhip/person/10103 | 2 | 2015-02-09-84642823-10103-0 |
| 432831bf0396ca83422f13629cfbf8006605b9eb | Date of receipt of donation: 20 May 2014 | Gifts, benefits and hospitality (UK) 84642823 | 2015-02-09 | Christopher Chope uk.org.publicwhip/member/40171 | Christopher Chope uk.org.publicwhip/person/10103 | 3 | 2015-02-09-84642823-10103-0 |
| 75c429de9242f6b2f9735f33815088f72244abf6 | Date of acceptance of donation: 20 May 2014 | Gifts, benefits and hospitality (UK) 84642823 | 2015-02-09 | Christopher Chope uk.org.publicwhip/member/40171 | Christopher Chope uk.org.publicwhip/person/10103 | 4 | 2015-02-09-84642823-10103-0 |
| e643f35bc416d5c6b00885b713086f4e589a47d3 | Donor status: company, registration 1501573 | Gifts, benefits and hospitality (UK) 84642823 | 2015-02-09 | Christopher Chope uk.org.publicwhip/member/40171 | Christopher Chope uk.org.publicwhip/person/10103 | 5 | 2015-02-09-84642823-10103-0 |
| 4675482a096ff8512b55d69aa56b59e1e3b74219 | (Registered 4 November 2014) | Gifts, benefits and hospitality (UK) 84642823 | 2015-02-09 | Christopher Chope uk.org.publicwhip/member/40171 | Christopher Chope uk.org.publicwhip/person/10103 | 6 | 2015-02-09-84642823-10103-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");