items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
7 rows where record_id = "2015-03-30-84642823-24784-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 |
---|---|---|---|---|---|---|---|
89c7c1d7d893b511729900ed0acf63e811906e5e | Name of donor: Mr and Mrs D Wall | Gifts, benefits and hospitality (UK) 84642823 | 2015-03-30 | Robert Halfon uk.org.publicwhip/member/40298 | Robert Halfon uk.org.publicwhip/person/24784 | 0 | 2015-03-30-84642823-24784-0 |
b860e6bf03617d0d964b86d1af8803285cb82b4e | Address of donor: private | Gifts, benefits and hospitality (UK) 84642823 | 2015-03-30 | Robert Halfon uk.org.publicwhip/member/40298 | Robert Halfon uk.org.publicwhip/person/24784 | 1 | 2015-03-30-84642823-24784-0 |
fc49178eead84119503c3ffb4c4016d9021b8c93 | Amount of donation or nature and value if donation in kind: accommodation and meals for two people at a political conference, 20-22 June 2014, to the value of £1,250 | Gifts, benefits and hospitality (UK) 84642823 | 2015-03-30 | Robert Halfon uk.org.publicwhip/member/40298 | Robert Halfon uk.org.publicwhip/person/24784 | 2 | 2015-03-30-84642823-24784-0 |
78464e40b5f07e0e2635eac5af0b1220620bd609 | Date of receipt of donation: 20-22 June 2014 | Gifts, benefits and hospitality (UK) 84642823 | 2015-03-30 | Robert Halfon uk.org.publicwhip/member/40298 | Robert Halfon uk.org.publicwhip/person/24784 | 3 | 2015-03-30-84642823-24784-0 |
1c426071c9d22955ca58a000022ee3e1a6f1897f | Date of acceptance of donation: 20 June 2014 | Gifts, benefits and hospitality (UK) 84642823 | 2015-03-30 | Robert Halfon uk.org.publicwhip/member/40298 | Robert Halfon uk.org.publicwhip/person/24784 | 4 | 2015-03-30-84642823-24784-0 |
e8938ff3cde342474b2b34d9679ec68f95764837 | Donor status: individuals | Gifts, benefits and hospitality (UK) 84642823 | 2015-03-30 | Robert Halfon uk.org.publicwhip/member/40298 | Robert Halfon uk.org.publicwhip/person/24784 | 5 | 2015-03-30-84642823-24784-0 |
33e984668f72ff7603e2f52e83818aed01138db5 | (Registered 16 July 2014) | Gifts, benefits and hospitality (UK) 84642823 | 2015-03-30 | Robert Halfon uk.org.publicwhip/member/40298 | Robert Halfon uk.org.publicwhip/person/24784 | 6 | 2015-03-30-84642823-24784-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");