items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
7 rows where record_id = "2015-03-30-8f616a6e-10213-8" 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 |
|---|---|---|---|---|---|---|---|
| 5b8ba2a22eb1352118228b8665dc374154263d26 | Name of donor: Pietas Consulting Ltd | 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-8 |
| 471509746e1f7e83629207bdcf28a4bd4709c03d | Address of donor: 9 Great Chesterford Court, London Road, Great Chesterford CB10 1PF | 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-8 |
| 46911f35a1b498fd8c872187ea5ddc50a8952e6d | Amount of donation or nature and value if donation in kind: £3,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-8 |
| b36bc654588ef013ca6e39e105cfe7d43f9f9c5f | Date of receipt: 30 January 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-8 |
| f96ef3465966b001bd3b0db4a54e3653d28a7c8d | Date of acceptance: 30 January 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-8 |
| 47266cc5e034211ed37f382707bf0353312e088a | Donor status: company, registration 07976020 | 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-8 |
| ea4832966d6653915790eedc467983e058471668 | (Registered 30 January 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-8 |
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");