items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
10 rows where member_id = "uk.org.publicwhip/member/876" sorted by date descending
This data as json, CSV (advanced)
Suggested facets: item, category_id, date (date)
| hash | item | category_id | date ▲ | member_id | person_id | sort_order | record_id |
|---|---|---|---|---|---|---|---|
| e13917b13b7ed9bab9cc343985895b364ad70fcc | As Joint Chair of the All-Party Racing and Bloodstock Group I have been given a badge by the Race Course Association for 2004 which gives access to most race meetings. (Registered 30 March 2004) | Gifts, benefits and hospitality (UK) 84642823 | 2005-04-11 | Jeff Ennis uk.org.publicwhip/member/876 | Jeff Ennis uk.org.publicwhip/person/10188 | 0 | 2005-04-11-84642823-10188-0 |
| 061685d56e4f957285f84c84f2407ebd0b7039aa | As Joint Chair of the All-Party Racing and Bloodstock Group I have been given a badge by the Race Course Association for 2004 which gives access to most race meetings. (Registered 30 March 2004) | Gifts, benefits and hospitality (UK) 84642823 | 2005-01-28 | Jeff Ennis uk.org.publicwhip/member/876 | Jeff Ennis uk.org.publicwhip/person/10188 | 0 | 2005-01-28-84642823-10188-0 |
| ee4171b22478fef52a9beee3e5d5bb9f73d34d99 | As Joint Chair of the All-Party Racing and Bloodstock Group I have been given a badge by the Race Course Association for 2004 which gives access to most race meetings. (Registered 30 March 2004) | Gifts, benefits and hospitality (UK) 84642823 | 2004-12-03 | Jeff Ennis uk.org.publicwhip/member/876 | Jeff Ennis uk.org.publicwhip/person/10188 | 0 | 2004-12-03-84642823-10188-0 |
| 1c690ecc736183543feba9337f27ee5db96788fa | As Joint Chair of the All-Party Racing and Bloodstock Group I have been given a badge by the Race Course Association for 2004 which gives access to most race meetings. (Registered 30 March 2004) | Gifts, benefits and hospitality (UK) 84642823 | 2004-10-22 | Jeff Ennis uk.org.publicwhip/member/876 | Jeff Ennis uk.org.publicwhip/person/10188 | 0 | 2004-10-22-84642823-10188-0 |
| 98fc6b76ee90dbd9d45f8bf0e44816be0c5ff4e8 | As Joint Chair of the All-Party Racing and Bloodstock Group I have been given a badge by the Race Course Association for 2004 which gives access to most race meetings. (Registered 30 March 2004) | Gifts, benefits and hospitality (UK) 84642823 | 2004-09-08 | Jeff Ennis uk.org.publicwhip/member/876 | Jeff Ennis uk.org.publicwhip/person/10188 | 0 | 2004-09-08-84642823-10188-0 |
| 57ea85fccc1c5d0dbe4de78444dafd110aa46b03 | As Joint Chair of the All-Party Racing and Bloodstock Group I have been given a badge by the Race Course Association for 2004 which gives access to most race meetings. (Registered 30 March 2004) | Gifts, benefits and hospitality (UK) 84642823 | 2004-07-16 | Jeff Ennis uk.org.publicwhip/member/876 | Jeff Ennis uk.org.publicwhip/person/10188 | 0 | 2004-07-16-84642823-10188-0 |
| 0664266ca8a3116c89efd1b23e8fb6bcbb22e636 | As Joint Chair of the All-Party Racing and Bloodstock Group I have been given a badge by the Race Course Association for 2004 which gives access to most race meetings. (Registered 30 March 2004) | Gifts, benefits and hospitality (UK) 84642823 | 2004-05-21 | Jeff Ennis uk.org.publicwhip/member/876 | Jeff Ennis uk.org.publicwhip/person/10188 | 0 | 2004-05-21-84642823-10188-0 |
| 6c6a2c5bb322b42acf145de68ad3a13c21e1dca7 | As Joint Chair of the All-Party Racing and Bloodstock Group I have been given a badge by the Race Course Association for 2003 which gives access to most race meetings. (Registered 21 January 2003) | Gifts, benefits and hospitality (UK) 84642823 | 2004-01-31 | Jeff Ennis uk.org.publicwhip/member/876 | Jeff Ennis uk.org.publicwhip/person/10188 | 0 | 2004-01-31-84642823-10188-0 |
| 2746af5a19062b876ac34d3a0cd1042a219c5964 | As Joint Chair of the All-Party Racing and Bloodstock Group I have been given a badge by the Race Course Association for 2003 which gives access to most race meetings. (Registered 21 January 2003) | Gifts, benefits and hospitality (UK) 84642823 | 2003-12-04 | Jeff Ennis uk.org.publicwhip/member/876 | Jeff Ennis uk.org.publicwhip/person/10188 | 0 | 2003-12-04-84642823-10188-0 |
| 0ab0ad19f361cb51cb55d9cc8e8fcfebb1bbb61a | Occasional fees for opinion polls. | Remunerated employment, office, profession etc 1f359ece | 2002-05-14 | Jeff Ennis uk.org.publicwhip/member/876 | Jeff Ennis uk.org.publicwhip/person/10188 | 0 | 2002-05-14-1f359ece-10188-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");