items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
7 rows where record_id = "2011-09-28-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 |
|---|---|---|---|---|---|---|---|
| 1c0c19ec17ad0800ae3c2662356ea1fb6913d9a6 | Name of donor: National Grid | Gifts, benefits and hospitality (UK) 84642823 | 2011-09-28 | Russell Brown uk.org.publicwhip/member/40213 | Russell Brown uk.org.publicwhip/person/10070 | 0 | 2011-09-28-84642823-10070-0 |
| 8d2c881683828ec35285c1aa3ba08cd071224a07 | Address of donor: 1-3 Strand, Grand Buildings, London, WC2N 5HR | Gifts, benefits and hospitality (UK) 84642823 | 2011-09-28 | Russell Brown uk.org.publicwhip/member/40213 | Russell Brown uk.org.publicwhip/person/10070 | 1 | 2011-09-28-84642823-10070-0 |
| f98dfc0b69e59de894c0f5959a40913de31ac19e | 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 | 2011-09-28 | Russell Brown uk.org.publicwhip/member/40213 | Russell Brown uk.org.publicwhip/person/10070 | 2 | 2011-09-28-84642823-10070-0 |
| f4aa5bd373231d92e5c1a51200b5103b59a5d9c3 | Date of receipt of donation: 13 March 2011 | Gifts, benefits and hospitality (UK) 84642823 | 2011-09-28 | Russell Brown uk.org.publicwhip/member/40213 | Russell Brown uk.org.publicwhip/person/10070 | 3 | 2011-09-28-84642823-10070-0 |
| b3579c10e1ca4f391ea92f09278e081969c87ce6 | Date of acceptance of donation: 13 March 2011 | Gifts, benefits and hospitality (UK) 84642823 | 2011-09-28 | Russell Brown uk.org.publicwhip/member/40213 | Russell Brown uk.org.publicwhip/person/10070 | 4 | 2011-09-28-84642823-10070-0 |
| f2496fca0bfe200fd442fa27641b98e7f513dd7c | Donor status: company, no. 4031152 | Gifts, benefits and hospitality (UK) 84642823 | 2011-09-28 | Russell Brown uk.org.publicwhip/member/40213 | Russell Brown uk.org.publicwhip/person/10070 | 5 | 2011-09-28-84642823-10070-0 |
| 2e36f475663dd6955f0982dd701f02b7b95c5fdf | (Registered 11 April 2011 ) | Gifts, benefits and hospitality (UK) 84642823 | 2011-09-28 | Russell Brown uk.org.publicwhip/member/40213 | Russell Brown uk.org.publicwhip/person/10070 | 6 | 2011-09-28-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");