items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
7 rows where record_id = "2015-01-06-84642823-10076-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 |
|---|---|---|---|---|---|---|---|
| c5b2649e6ebf769c3368be0860a3414a67d0fa5e | Name of donor: Motor Sports Association | Gifts, benefits and hospitality (UK) 84642823 | 2015-01-06 | Richard Burden uk.org.publicwhip/member/40085 | Richard Burden uk.org.publicwhip/person/10076 | 0 | 2015-01-06-84642823-10076-0 |
| 5d33a89ee0974d5f144308542af47e7269194b06 | Address of donor: Riverside Park, Colnbrook SL3 0HG | Gifts, benefits and hospitality (UK) 84642823 | 2015-01-06 | Richard Burden uk.org.publicwhip/member/40085 | Richard Burden uk.org.publicwhip/person/10076 | 1 | 2015-01-06-84642823-10076-0 |
| 52dfa5c639d0e1191ef05f2ab8cee584bb56fb61 | Amount of donation or nature and value if donation in kind: two passes and hospitality for British Grand Prix at Silverstone, 6 July 2014, value £980. | Gifts, benefits and hospitality (UK) 84642823 | 2015-01-06 | Richard Burden uk.org.publicwhip/member/40085 | Richard Burden uk.org.publicwhip/person/10076 | 2 | 2015-01-06-84642823-10076-0 |
| 17e842c9c0f9f08dbf403895a533e85196ebe981 | Date of receipt of donation: 6 July 2014 | Gifts, benefits and hospitality (UK) 84642823 | 2015-01-06 | Richard Burden uk.org.publicwhip/member/40085 | Richard Burden uk.org.publicwhip/person/10076 | 3 | 2015-01-06-84642823-10076-0 |
| 29c180b79cc51ff22dbb915ee0fe23b7829f38b8 | Date of acceptance of donation: 6 July 2014 | Gifts, benefits and hospitality (UK) 84642823 | 2015-01-06 | Richard Burden uk.org.publicwhip/member/40085 | Richard Burden uk.org.publicwhip/person/10076 | 4 | 2015-01-06-84642823-10076-0 |
| ffd4fe7529e82f272b73617051d67f5809c7ca51 | Donor status: company, registration number 1344829 | Gifts, benefits and hospitality (UK) 84642823 | 2015-01-06 | Richard Burden uk.org.publicwhip/member/40085 | Richard Burden uk.org.publicwhip/person/10076 | 5 | 2015-01-06-84642823-10076-0 |
| 02ecede3a2e5fe76f497cea649a1db4ba60f1a02 | (Registered 21 July 2014) | Gifts, benefits and hospitality (UK) 84642823 | 2015-01-06 | Richard Burden uk.org.publicwhip/member/40085 | Richard Burden uk.org.publicwhip/person/10076 | 6 | 2015-01-06-84642823-10076-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");