items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
7 rows where record_id = "2015-02-23-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 |
|---|---|---|---|---|---|---|---|
| 4d8a02e4de13a1ed6f22c6eed18fa4aacc756540 | Name of donor: Rt Hon Harriet Harman MP | Gifts, benefits and hospitality (UK) 84642823 | 2015-02-23 | Chris Bryant uk.org.publicwhip/member/40497 | Chris Bryant uk.org.publicwhip/person/10761 | 0 | 2015-02-23-84642823-10761-0 |
| 02ad8b7b8aa157bf0761e36ae9130e44c98d2291 | Address of donor: private | Gifts, benefits and hospitality (UK) 84642823 | 2015-02-23 | Chris Bryant uk.org.publicwhip/member/40497 | Chris Bryant uk.org.publicwhip/person/10761 | 1 | 2015-02-23-84642823-10761-0 |
| 7e6c75ae4027b54bf140ed59c195f43988d6934f | 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-02-23 | Chris Bryant uk.org.publicwhip/member/40497 | Chris Bryant uk.org.publicwhip/person/10761 | 2 | 2015-02-23-84642823-10761-0 |
| 14b08f705a802970eac5e688e7dcd866555b9563 | Date of receipt of donation: 12 June 2014 | Gifts, benefits and hospitality (UK) 84642823 | 2015-02-23 | Chris Bryant uk.org.publicwhip/member/40497 | Chris Bryant uk.org.publicwhip/person/10761 | 3 | 2015-02-23-84642823-10761-0 |
| 719e8401daca175a36bd5acfe25e96d74d8cc82e | Date of acceptance of donation: 12 June 2014 | Gifts, benefits and hospitality (UK) 84642823 | 2015-02-23 | Chris Bryant uk.org.publicwhip/member/40497 | Chris Bryant uk.org.publicwhip/person/10761 | 4 | 2015-02-23-84642823-10761-0 |
| 0a3cf10131b2e2dc301232de5b536ec674fb2e3a | Donor status: individual | Gifts, benefits and hospitality (UK) 84642823 | 2015-02-23 | Chris Bryant uk.org.publicwhip/member/40497 | Chris Bryant uk.org.publicwhip/person/10761 | 5 | 2015-02-23-84642823-10761-0 |
| 4be4fd1b3a8f5a2f811b618db6687a79e963cf33 | (Registered 4 July 2014) | Gifts, benefits and hospitality (UK) 84642823 | 2015-02-23 | Chris Bryant uk.org.publicwhip/member/40497 | Chris Bryant uk.org.publicwhip/person/10761 | 6 | 2015-02-23-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");