items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
7 rows where record_id = "2015-01-26-84642823-10761-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 |
|---|---|---|---|---|---|---|---|
| 0b366d95aee562e7d3f1a601682a5e90bdebebc0 | Name of donor: Rt Hon Harriet Harman MP | Gifts, benefits and hospitality (UK) 84642823 | 2015-01-26 | Chris Bryant uk.org.publicwhip/member/40497 | Chris Bryant uk.org.publicwhip/person/10761 | 0 | 2015-01-26-84642823-10761-0 |
| 40aae64b33ba95d334edc175e56312fecfc5742d | Address of donor: private | Gifts, benefits and hospitality (UK) 84642823 | 2015-01-26 | Chris Bryant uk.org.publicwhip/member/40497 | Chris Bryant uk.org.publicwhip/person/10761 | 1 | 2015-01-26-84642823-10761-0 |
| 45e8547e8df8fa94da23a224859d12c401a50519 | Amount of donation or nature and value if donation in kind: one ticket for the Centre Court to watch Wimbledon, plus lunch and afternoon tea; total value £1,795 | Gifts, benefits and hospitality (UK) 84642823 | 2015-01-26 | Chris Bryant uk.org.publicwhip/member/40497 | Chris Bryant uk.org.publicwhip/person/10761 | 2 | 2015-01-26-84642823-10761-0 |
| 5aaa98edd932869ee654b093962f28f3747a2edd | Date of receipt of donation: 12 June 2014 | Gifts, benefits and hospitality (UK) 84642823 | 2015-01-26 | Chris Bryant uk.org.publicwhip/member/40497 | Chris Bryant uk.org.publicwhip/person/10761 | 3 | 2015-01-26-84642823-10761-0 |
| 8df0dd53558b2134247a1430f5d15f9770fa8ce9 | Date of acceptance of donation: 12 June 2014 | Gifts, benefits and hospitality (UK) 84642823 | 2015-01-26 | Chris Bryant uk.org.publicwhip/member/40497 | Chris Bryant uk.org.publicwhip/person/10761 | 4 | 2015-01-26-84642823-10761-0 |
| 696ba36d4a205b14d38f6e220cbab0de451c7c79 | Donor status: individual | Gifts, benefits and hospitality (UK) 84642823 | 2015-01-26 | Chris Bryant uk.org.publicwhip/member/40497 | Chris Bryant uk.org.publicwhip/person/10761 | 5 | 2015-01-26-84642823-10761-0 |
| 3e117ae115f089fecf34dba692928e9625092fff | (Registered 4 July 2014) | Gifts, benefits and hospitality (UK) 84642823 | 2015-01-26 | Chris Bryant uk.org.publicwhip/member/40497 | Chris Bryant uk.org.publicwhip/person/10761 | 6 | 2015-01-26-84642823-10761-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");