items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
7 rows where record_id = "2015-03-30-84642823-10069-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 |
|---|---|---|---|---|---|---|---|
| 7e126efbcf538a4b295b4548e0712a5c1ea41002 | Name of donor (1) Japan Tobacco International; (2) Glyndebourne | Gifts, benefits and hospitality (UK) 84642823 | 2015-03-30 | Nick Brown uk.org.publicwhip/member/40420 | Nick Brown uk.org.publicwhip/person/10069 | 0 | 2015-03-30-84642823-10069-0 |
| e9927beb9b41e13c426c4cc9f70eafbbbee5919e | Address of donor: (1) Members Hill, Brooklands Road, Weybridge, Surrey KT13 0QU; (2) Lewes, East Sussex, BN8 5UU | Gifts, benefits and hospitality (UK) 84642823 | 2015-03-30 | Nick Brown uk.org.publicwhip/member/40420 | Nick Brown uk.org.publicwhip/person/10069 | 1 | 2015-03-30-84642823-10069-0 |
| 6593a945cbe10f8ae0b89b447ae7996236d2a018 | Amount of donation or nature and value if donation in kind: for myself and a guest, afternoon insight tour and evening performance; value under £2,000 | Gifts, benefits and hospitality (UK) 84642823 | 2015-03-30 | Nick Brown uk.org.publicwhip/member/40420 | Nick Brown uk.org.publicwhip/person/10069 | 2 | 2015-03-30-84642823-10069-0 |
| 4ebead680ae63d564623f51243c0c058b8256779 | Date of receipt of donation: 24 July 2014 | Gifts, benefits and hospitality (UK) 84642823 | 2015-03-30 | Nick Brown uk.org.publicwhip/member/40420 | Nick Brown uk.org.publicwhip/person/10069 | 3 | 2015-03-30-84642823-10069-0 |
| 85aade80fdf12a2e73dbf26521bcf11ff207a0f4 | Date of acceptance of donation: 24 July 2014 | Gifts, benefits and hospitality (UK) 84642823 | 2015-03-30 | Nick Brown uk.org.publicwhip/member/40420 | Nick Brown uk.org.publicwhip/person/10069 | 4 | 2015-03-30-84642823-10069-0 |
| a07da8734e45d594d49810029a90d6333e0eb541 | Donor status: (1) company, registration 01501573; (2) registered charity | Gifts, benefits and hospitality (UK) 84642823 | 2015-03-30 | Nick Brown uk.org.publicwhip/member/40420 | Nick Brown uk.org.publicwhip/person/10069 | 5 | 2015-03-30-84642823-10069-0 |
| 148721c11bc4baf1df030092f61bd01ec51e17e2 | (Registered 21 August 2014) | Gifts, benefits and hospitality (UK) 84642823 | 2015-03-30 | Nick Brown uk.org.publicwhip/member/40420 | Nick Brown uk.org.publicwhip/person/10069 | 6 | 2015-03-30-84642823-10069-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");