items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
4 rows where record_id = "2000-11-10-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 |
|---|---|---|---|---|---|---|---|
| c4bd8fd8be81ae69f7e30e5944276c926584a9a4 | Training, equipment and entry to Lords v. Commons Charity Race on 20 June 1999 provided by Vauxhall Motors Ltd, Jim Russell Racing Drivers School and Team Dynamics Motorsport Ltd. (to raise money for charity). (Registered 13 July 1999) | Gifts, benefits and hospitality (UK) 84642823 | 2000-11-10 | Richard Burden uk.org.publicwhip/member/76 | Richard Burden uk.org.publicwhip/person/10076 | 0 | 2000-11-10-84642823-10076-0 |
| 9b7454d8ab1dc5a6607b9b70c586f26831da5e91 | 9-11 July 1999, paddock passes for myself and my partner for British Grand Prix at Silverstone provided by Fédération Internationale de l'Automobile. Transport provided by Williams F1. (Registered 13 July 1999) | Gifts, benefits and hospitality (UK) 84642823 | 2000-11-10 | Richard Burden uk.org.publicwhip/member/76 | Richard Burden uk.org.publicwhip/person/10076 | 1 | 2000-11-10-84642823-10076-0 |
| 2f7d6a14133bc41bb0966d2e708f796e8969cacc | 20-21 November 1999, event hosted by Vauxhall Motors which I attended with my partner,to view preparations for Network Q Rally and associated activities in Mid Wales. (Registered 9 December 1999) | Gifts, benefits and hospitality (UK) 84642823 | 2000-11-10 | Richard Burden uk.org.publicwhip/member/76 | Richard Burden uk.org.publicwhip/person/10076 | 2 | 2000-11-10-84642823-10076-0 |
| b87432810666ae1b24d6d5f4533185856b9c4195 | 22-23 April 2000, passes for British Grand Prix at Silverstone provided by F1A. Transport to circuit arranged by Sir Frank Williams. (Registered 17 May 2000) | Gifts, benefits and hospitality (UK) 84642823 | 2000-11-10 | Richard Burden uk.org.publicwhip/member/76 | Richard Burden uk.org.publicwhip/person/10076 | 3 | 2000-11-10-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");