items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
7 rows where record_id = "2015-02-09-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 |
|---|---|---|---|---|---|---|---|
| 0ab407f00d38caff0a904f2d5608a8a3dbe1ba31 | Name of donor: Rt Hon Harriet Harman MP | Gifts, benefits and hospitality (UK) 84642823 | 2015-02-09 | Chris Bryant uk.org.publicwhip/member/40497 | Chris Bryant uk.org.publicwhip/person/10761 | 0 | 2015-02-09-84642823-10761-0 |
| ac967ecb251198ba86437a1cdbadfe01db72c909 | Address of donor: private | Gifts, benefits and hospitality (UK) 84642823 | 2015-02-09 | Chris Bryant uk.org.publicwhip/member/40497 | Chris Bryant uk.org.publicwhip/person/10761 | 1 | 2015-02-09-84642823-10761-0 |
| 027764495cc2f23d9474349e7ffed8d30ef53998 | 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-09 | Chris Bryant uk.org.publicwhip/member/40497 | Chris Bryant uk.org.publicwhip/person/10761 | 2 | 2015-02-09-84642823-10761-0 |
| e7b402098a6fd94b0add5ce35cb74f95227286dc | Date of receipt of donation: 12 June 2014 | Gifts, benefits and hospitality (UK) 84642823 | 2015-02-09 | Chris Bryant uk.org.publicwhip/member/40497 | Chris Bryant uk.org.publicwhip/person/10761 | 3 | 2015-02-09-84642823-10761-0 |
| c8b97bf8d40058913064a996e37cadc3fdef4c72 | Date of acceptance of donation: 12 June 2014 | Gifts, benefits and hospitality (UK) 84642823 | 2015-02-09 | Chris Bryant uk.org.publicwhip/member/40497 | Chris Bryant uk.org.publicwhip/person/10761 | 4 | 2015-02-09-84642823-10761-0 |
| 27bc5cef81b18b7cdff50e2b8fa3f70d17bae62c | Donor status: individual | Gifts, benefits and hospitality (UK) 84642823 | 2015-02-09 | Chris Bryant uk.org.publicwhip/member/40497 | Chris Bryant uk.org.publicwhip/person/10761 | 5 | 2015-02-09-84642823-10761-0 |
| e219ba91a090c770d81fb3471dbfabd16d9791ae | (Registered 4 July 2014) | Gifts, benefits and hospitality (UK) 84642823 | 2015-02-09 | Chris Bryant uk.org.publicwhip/member/40497 | Chris Bryant uk.org.publicwhip/person/10761 | 6 | 2015-02-09-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");