items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
7 rows where record_id = "2014-12-08-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 |
|---|---|---|---|---|---|---|---|
| e44e2bf0f77afa37afc371c0d75249557a0851ec | Name of donor: Motor Sports Association | Gifts, benefits and hospitality (UK) 84642823 | 2014-12-08 | Richard Burden uk.org.publicwhip/member/40085 | Richard Burden uk.org.publicwhip/person/10076 | 0 | 2014-12-08-84642823-10076-0 |
| b7b219cd423e61b6bd7edec3d2e89aebcc705cc9 | Address of donor: Riverside Park, Colnbrook SL3 0HG | Gifts, benefits and hospitality (UK) 84642823 | 2014-12-08 | Richard Burden uk.org.publicwhip/member/40085 | Richard Burden uk.org.publicwhip/person/10076 | 1 | 2014-12-08-84642823-10076-0 |
| 8b9675df64e08da49e8e48855cfbd80f53df92dd | 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 | 2014-12-08 | Richard Burden uk.org.publicwhip/member/40085 | Richard Burden uk.org.publicwhip/person/10076 | 2 | 2014-12-08-84642823-10076-0 |
| 638109aed68f878de1633258068ed44b42af0e3b | Date of receipt of donation: 6 July 2014 | Gifts, benefits and hospitality (UK) 84642823 | 2014-12-08 | Richard Burden uk.org.publicwhip/member/40085 | Richard Burden uk.org.publicwhip/person/10076 | 3 | 2014-12-08-84642823-10076-0 |
| be2286385631196f3e0f521ad0e760e67abedb4b | Date of acceptance of donation: 6 July 2014 | Gifts, benefits and hospitality (UK) 84642823 | 2014-12-08 | Richard Burden uk.org.publicwhip/member/40085 | Richard Burden uk.org.publicwhip/person/10076 | 4 | 2014-12-08-84642823-10076-0 |
| c41600318bb0917cd5569f0692a791f69fe80a59 | Donor status: company, registration number 1344829 | Gifts, benefits and hospitality (UK) 84642823 | 2014-12-08 | Richard Burden uk.org.publicwhip/member/40085 | Richard Burden uk.org.publicwhip/person/10076 | 5 | 2014-12-08-84642823-10076-0 |
| d9c5cb28de052d4b0cf63f387e93700d449c21fa | (Registered 21 July 2014) | Gifts, benefits and hospitality (UK) 84642823 | 2014-12-08 | Richard Burden uk.org.publicwhip/member/40085 | Richard Burden uk.org.publicwhip/person/10076 | 6 | 2014-12-08-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");