items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
7 rows where record_id = "2015-03-30-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 |
|---|---|---|---|---|---|---|---|
| fa2627e5f747a0e0aa4142bacb8a1401d155708e | Name of donor: JTI | Gifts, benefits and hospitality (UK) 84642823 | 2015-03-30 | Christopher Chope uk.org.publicwhip/member/40171 | Christopher Chope uk.org.publicwhip/person/10103 | 0 | 2015-03-30-84642823-10103-0 |
| 525eea1a3a0ab9da20c38ab316caab807d5585a7 | Address of donor: Members Hill, Brooklands Road, Weybridge KT13 0QU | Gifts, benefits and hospitality (UK) 84642823 | 2015-03-30 | Christopher Chope uk.org.publicwhip/member/40171 | Christopher Chope uk.org.publicwhip/person/10103 | 1 | 2015-03-30-84642823-10103-0 |
| 99083bcd1b6cd8beccfe97cf0b1f1f19e3f0cf52 | 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-03-30 | Christopher Chope uk.org.publicwhip/member/40171 | Christopher Chope uk.org.publicwhip/person/10103 | 2 | 2015-03-30-84642823-10103-0 |
| 0c8a578868dbfdcda857e43b972e691c11ab706d | Date of receipt of donation: 20 May 2014 | Gifts, benefits and hospitality (UK) 84642823 | 2015-03-30 | Christopher Chope uk.org.publicwhip/member/40171 | Christopher Chope uk.org.publicwhip/person/10103 | 3 | 2015-03-30-84642823-10103-0 |
| dcbefc08306480c4ad0d98dd5f43a7922780350f | Date of acceptance of donation: 20 May 2014 | Gifts, benefits and hospitality (UK) 84642823 | 2015-03-30 | Christopher Chope uk.org.publicwhip/member/40171 | Christopher Chope uk.org.publicwhip/person/10103 | 4 | 2015-03-30-84642823-10103-0 |
| 3d37a1441bb3111f2bd32c002636b1363ae1720e | Donor status: company, registration 1501573 | Gifts, benefits and hospitality (UK) 84642823 | 2015-03-30 | Christopher Chope uk.org.publicwhip/member/40171 | Christopher Chope uk.org.publicwhip/person/10103 | 5 | 2015-03-30-84642823-10103-0 |
| abea63a0ad6c385e8db7c343198adf272d4bb5da | (Registered 4 November 2014) | Gifts, benefits and hospitality (UK) 84642823 | 2015-03-30 | Christopher Chope uk.org.publicwhip/member/40171 | Christopher Chope uk.org.publicwhip/person/10103 | 6 | 2015-03-30-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");