items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
7 rows where record_id = "2015-02-09-84642823-10777-1" 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 |
|---|---|---|---|---|---|---|---|
| 970f8bb14fdb1f1e114bf6ef8cb12035df00c638 | Name of donor: Ellesborough Golf Club | Gifts, benefits and hospitality (UK) 84642823 | 2015-02-09 | David Cameron uk.org.publicwhip/member/40665 | David Cameron uk.org.publicwhip/person/10777 | 0 | 2015-02-09-84642823-10777-1 |
| b55f16e930fee4a33986ff5f7cd4e30f1e6c7216 | Address of donor: Butlers Cross, Aylesbury, Buckinghamshire HP17 OTZ | Gifts, benefits and hospitality (UK) 84642823 | 2015-02-09 | David Cameron uk.org.publicwhip/member/40665 | David Cameron uk.org.publicwhip/person/10777 | 1 | 2015-02-09-84642823-10777-1 |
| b1cc6709de21bb78ff1e69da7ae923adc174b439 | Amount of donation or nature and value if donation in kind: honorary membership of Ellesborough Golf Club; value £1,142 p. a. | Gifts, benefits and hospitality (UK) 84642823 | 2015-02-09 | David Cameron uk.org.publicwhip/member/40665 | David Cameron uk.org.publicwhip/person/10777 | 2 | 2015-02-09-84642823-10777-1 |
| e0ab728e57715396f03c2bdcb4c8e0cd74b0b468 | Date of receipt of donation: June 2011; renewed annually | Gifts, benefits and hospitality (UK) 84642823 | 2015-02-09 | David Cameron uk.org.publicwhip/member/40665 | David Cameron uk.org.publicwhip/person/10777 | 3 | 2015-02-09-84642823-10777-1 |
| 1611966a20d45f4141211e431ec50f1b43ed693d | Date of acceptance of donation: 9 June 2011 | Gifts, benefits and hospitality (UK) 84642823 | 2015-02-09 | David Cameron uk.org.publicwhip/member/40665 | David Cameron uk.org.publicwhip/person/10777 | 4 | 2015-02-09-84642823-10777-1 |
| abe2987d0dc4c39b52cacaf42bc1230daaea309b | Donor status: unincorporated association | Gifts, benefits and hospitality (UK) 84642823 | 2015-02-09 | David Cameron uk.org.publicwhip/member/40665 | David Cameron uk.org.publicwhip/person/10777 | 5 | 2015-02-09-84642823-10777-1 |
| 8932a1aa594ed47c06425aeba28d12a390d03a62 | (Registered 15 February 2012; updated 4 February 2013 and 21 November 2014) | Gifts, benefits and hospitality (UK) 84642823 | 2015-02-09 | David Cameron uk.org.publicwhip/member/40665 | David Cameron uk.org.publicwhip/person/10777 | 6 | 2015-02-09-84642823-10777-1 |
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");