items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
7 rows where record_id = "2015-03-30-8f616a6e-10213-10" 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 |
|---|---|---|---|---|---|---|---|
| b7fa35d5126c9090ade3688e7a32a66e88744e5b | Name of donor: Alexander Temerko | Sponsorships 8f616a6e | 2015-03-30 | Liam Fox uk.org.publicwhip/member/40445 | Liam Fox uk.org.publicwhip/person/10213 | 0 | 2015-03-30-8f616a6e-10213-10 |
| 4a2d25266015bd24dff9e2cdcacce62c3bfcfaff | Address of donor: private | Sponsorships 8f616a6e | 2015-03-30 | Liam Fox uk.org.publicwhip/member/40445 | Liam Fox uk.org.publicwhip/person/10213 | 1 | 2015-03-30-8f616a6e-10213-10 |
| 1cd8f03e8d35ef9540c6fdb88b7a761a2f2f7092 | Amount of donation or nature and value if donation in kind: £5,000 | Sponsorships 8f616a6e | 2015-03-30 | Liam Fox uk.org.publicwhip/member/40445 | Liam Fox uk.org.publicwhip/person/10213 | 2 | 2015-03-30-8f616a6e-10213-10 |
| fbf3eb7475165cc52e2127a67afca90494ddeb26 | Date of receipt: 9 February 2015 | Sponsorships 8f616a6e | 2015-03-30 | Liam Fox uk.org.publicwhip/member/40445 | Liam Fox uk.org.publicwhip/person/10213 | 3 | 2015-03-30-8f616a6e-10213-10 |
| f5f8781196ae32901923f539cb9782b0d2a57209 | Date of acceptance: 10 February 2015 | Sponsorships 8f616a6e | 2015-03-30 | Liam Fox uk.org.publicwhip/member/40445 | Liam Fox uk.org.publicwhip/person/10213 | 4 | 2015-03-30-8f616a6e-10213-10 |
| fd334352ab60e6eb78a80517ec05dac4ef861508 | Donor status: individual | Sponsorships 8f616a6e | 2015-03-30 | Liam Fox uk.org.publicwhip/member/40445 | Liam Fox uk.org.publicwhip/person/10213 | 5 | 2015-03-30-8f616a6e-10213-10 |
| 71778229ffd3829fa57a6deb946c70b9e435d8eb | (Registered 11 February 2015) | Sponsorships 8f616a6e | 2015-03-30 | Liam Fox uk.org.publicwhip/member/40445 | Liam Fox uk.org.publicwhip/person/10213 | 6 | 2015-03-30-8f616a6e-10213-10 |
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");