items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
7 rows where record_id = "2015-01-06-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 |
|---|---|---|---|---|---|---|---|
| 5fe08beed48e38245b08074ecf281754478c7d60 | Name of donor: Rt Hon Harriet Harman MP | Gifts, benefits and hospitality (UK) 84642823 | 2015-01-06 | Chris Bryant uk.org.publicwhip/member/40497 | Chris Bryant uk.org.publicwhip/person/10761 | 0 | 2015-01-06-84642823-10761-0 |
| 1834b5d9ce783785e86af76cd29ae8813a94653d | Address of donor: private | Gifts, benefits and hospitality (UK) 84642823 | 2015-01-06 | Chris Bryant uk.org.publicwhip/member/40497 | Chris Bryant uk.org.publicwhip/person/10761 | 1 | 2015-01-06-84642823-10761-0 |
| d6c8e61a9b3fbf5266b064fb857a4dc53b5acaa4 | 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-06 | Chris Bryant uk.org.publicwhip/member/40497 | Chris Bryant uk.org.publicwhip/person/10761 | 2 | 2015-01-06-84642823-10761-0 |
| dbd5cab67fa7841a28fc5ee7f8c81ca022a51aa0 | Date of receipt of donation: 12 June 2014 | Gifts, benefits and hospitality (UK) 84642823 | 2015-01-06 | Chris Bryant uk.org.publicwhip/member/40497 | Chris Bryant uk.org.publicwhip/person/10761 | 3 | 2015-01-06-84642823-10761-0 |
| 03037293db4f08eaac7dfb670d200268647f074e | Date of acceptance of donation: 12 June 2014 | Gifts, benefits and hospitality (UK) 84642823 | 2015-01-06 | Chris Bryant uk.org.publicwhip/member/40497 | Chris Bryant uk.org.publicwhip/person/10761 | 4 | 2015-01-06-84642823-10761-0 |
| 6d241adfb31b9c9cdd1719202cdfad544702e2ed | Donor status: individual | Gifts, benefits and hospitality (UK) 84642823 | 2015-01-06 | Chris Bryant uk.org.publicwhip/member/40497 | Chris Bryant uk.org.publicwhip/person/10761 | 5 | 2015-01-06-84642823-10761-0 |
| 18524e5798ee9f617075a66a824f764735547502 | (Registered 4 July 2014) | Gifts, benefits and hospitality (UK) 84642823 | 2015-01-06 | Chris Bryant uk.org.publicwhip/member/40497 | Chris Bryant uk.org.publicwhip/person/10761 | 6 | 2015-01-06-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");