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