items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
7 rows where record_id = "2015-03-30-84642823-11858-1" 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 |
|---|---|---|---|---|---|---|---|
| ee490dac8f8ac1ca35a7b28e6954582b98d042ad | Name of donor: Associated Newspapers Ltd | Gifts, benefits and hospitality (UK) 84642823 | 2015-03-30 | Michael Gove uk.org.publicwhip/member/40593 | Michael Gove uk.org.publicwhip/person/11858 | 0 | 2015-03-30-84642823-11858-1 |
| 650bfa8b9b6b2d4999945c931ef54d711924ead0 | Address of donor: 2 Derry Street, London W8 5TT | Gifts, benefits and hospitality (UK) 84642823 | 2015-03-30 | Michael Gove uk.org.publicwhip/member/40593 | Michael Gove uk.org.publicwhip/person/11858 | 1 | 2015-03-30-84642823-11858-1 |
| 8bf89efce448785280f046b84236f93cd05545c4 | Amount of donation or nature and value if donation in kind: two tickets for Glyndebourne, hospitality and transport, total value £883.04 | Gifts, benefits and hospitality (UK) 84642823 | 2015-03-30 | Michael Gove uk.org.publicwhip/member/40593 | Michael Gove uk.org.publicwhip/person/11858 | 2 | 2015-03-30-84642823-11858-1 |
| 2d293d9e2795edbb00f4cbf8caf12a51f16766c5 | Date of receipt of donation: 2 August 2014 | Gifts, benefits and hospitality (UK) 84642823 | 2015-03-30 | Michael Gove uk.org.publicwhip/member/40593 | Michael Gove uk.org.publicwhip/person/11858 | 3 | 2015-03-30-84642823-11858-1 |
| d4a28cca2c215bc4636fba76f2f7a48d33faf724 | Date of acceptance of donation: 2 August 2014 | Gifts, benefits and hospitality (UK) 84642823 | 2015-03-30 | Michael Gove uk.org.publicwhip/member/40593 | Michael Gove uk.org.publicwhip/person/11858 | 4 | 2015-03-30-84642823-11858-1 |
| c7c8f552b54b2713f00554b85de64c542f437df7 | Donor status: company, registration 84121 | Gifts, benefits and hospitality (UK) 84642823 | 2015-03-30 | Michael Gove uk.org.publicwhip/member/40593 | Michael Gove uk.org.publicwhip/person/11858 | 5 | 2015-03-30-84642823-11858-1 |
| 017ad7dfbf697a80bf759c0cd4b65074467b2d8a | (Registered 26 August 2014) | Gifts, benefits and hospitality (UK) 84642823 | 2015-03-30 | Michael Gove uk.org.publicwhip/member/40593 | Michael Gove uk.org.publicwhip/person/11858 | 6 | 2015-03-30-84642823-11858-1 |
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");