items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
7 rows where record_id = "2012-01-30-84642823-10070-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 |
|---|---|---|---|---|---|---|---|
| 684ae7045abf60e22bbaebf6c0be7843797c4128 | Name of donor: National Grid | Gifts, benefits and hospitality (UK) 84642823 | 2012-01-30 | Russell Brown uk.org.publicwhip/member/40213 | Russell Brown uk.org.publicwhip/person/10070 | 0 | 2012-01-30-84642823-10070-0 |
| 06733a797b3a733447f306b33be2f1ddb7bfdc5e | Address of donor: 1-3 Strand, Grand Buildings, London, WC2N 5HR | Gifts, benefits and hospitality (UK) 84642823 | 2012-01-30 | Russell Brown uk.org.publicwhip/member/40213 | Russell Brown uk.org.publicwhip/person/10070 | 1 | 2012-01-30-84642823-10070-0 |
| e6f088e8d5e082383c5d19ff77ae1b8d1fa7fb62 | Amount of donation or nature and value if donation in kind: Two tickets and hospitality for Rugby International at Twickenham-value £1,398 | Gifts, benefits and hospitality (UK) 84642823 | 2012-01-30 | Russell Brown uk.org.publicwhip/member/40213 | Russell Brown uk.org.publicwhip/person/10070 | 2 | 2012-01-30-84642823-10070-0 |
| 2fdd426939bb25c79c60ec0740d00a9c080f2880 | Date of receipt of donation: 13 March 2011 | Gifts, benefits and hospitality (UK) 84642823 | 2012-01-30 | Russell Brown uk.org.publicwhip/member/40213 | Russell Brown uk.org.publicwhip/person/10070 | 3 | 2012-01-30-84642823-10070-0 |
| f6d3c311a64abd67638167246974a20036a93c9d | Date of acceptance of donation: 13 March 2011 | Gifts, benefits and hospitality (UK) 84642823 | 2012-01-30 | Russell Brown uk.org.publicwhip/member/40213 | Russell Brown uk.org.publicwhip/person/10070 | 4 | 2012-01-30-84642823-10070-0 |
| 549631d3fdd6dc570b8f3d7d64c87e54d27dee95 | Donor status: company, no. 4031152 | Gifts, benefits and hospitality (UK) 84642823 | 2012-01-30 | Russell Brown uk.org.publicwhip/member/40213 | Russell Brown uk.org.publicwhip/person/10070 | 5 | 2012-01-30-84642823-10070-0 |
| 0f71b680664a08a6c117115aa75ee68120945a59 | (Registered 11 April 2011 ) | Gifts, benefits and hospitality (UK) 84642823 | 2012-01-30 | Russell Brown uk.org.publicwhip/member/40213 | Russell Brown uk.org.publicwhip/person/10070 | 6 | 2012-01-30-84642823-10070-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");