items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
7 rows where record_id = "2015-03-30-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 |
|---|---|---|---|---|---|---|---|
| e72cf9b95bbd2002ae93908285a3f3e0f59ffef4 | Name of donor: Motor Sports Association | Gifts, benefits and hospitality (UK) 84642823 | 2015-03-30 | Richard Burden uk.org.publicwhip/member/40085 | Richard Burden uk.org.publicwhip/person/10076 | 0 | 2015-03-30-84642823-10076-0 |
| 637da55bedb09d35f0b6228428b0a29d8ed59efd | Address of donor: Riverside Park, Colnbrook SL3 0HG | Gifts, benefits and hospitality (UK) 84642823 | 2015-03-30 | Richard Burden uk.org.publicwhip/member/40085 | Richard Burden uk.org.publicwhip/person/10076 | 1 | 2015-03-30-84642823-10076-0 |
| a78432117d3aabb380a1814fddc4e5102e172845 | 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-03-30 | Richard Burden uk.org.publicwhip/member/40085 | Richard Burden uk.org.publicwhip/person/10076 | 2 | 2015-03-30-84642823-10076-0 |
| 891a8641e68d3d661b9ce180e9c3e4486ad64f0d | Date of receipt of donation: 6 July 2014 | Gifts, benefits and hospitality (UK) 84642823 | 2015-03-30 | Richard Burden uk.org.publicwhip/member/40085 | Richard Burden uk.org.publicwhip/person/10076 | 3 | 2015-03-30-84642823-10076-0 |
| 9e2a85b9d003aa40573dd41bddea4e62492ca1c1 | Date of acceptance of donation: 6 July 2014 | Gifts, benefits and hospitality (UK) 84642823 | 2015-03-30 | Richard Burden uk.org.publicwhip/member/40085 | Richard Burden uk.org.publicwhip/person/10076 | 4 | 2015-03-30-84642823-10076-0 |
| ce3a6c417b3de6c3a34dd375831ff8aac41216ca | Donor status: company, registration 1344829 | Gifts, benefits and hospitality (UK) 84642823 | 2015-03-30 | Richard Burden uk.org.publicwhip/member/40085 | Richard Burden uk.org.publicwhip/person/10076 | 5 | 2015-03-30-84642823-10076-0 |
| b0c21ab1c2d8c10f426cf51634ba82b3004c6272 | (Registered 21 July 2014) | Gifts, benefits and hospitality (UK) 84642823 | 2015-03-30 | Richard Burden uk.org.publicwhip/member/40085 | Richard Burden uk.org.publicwhip/person/10076 | 6 | 2015-03-30-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");