items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
7 rows where record_id = "2015-03-09-8f616a6e-10001-3" 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 |
|---|---|---|---|---|---|---|---|
| 8d85354773b1dcb8d99e7421b493dee711598608 | Name of donor: BM Creative Management Ltd | Sponsorships 8f616a6e | 2015-03-09 | Diane Abbott uk.org.publicwhip/member/40289 | Diane Abbott uk.org.publicwhip/person/10001 | 0 | 2015-03-09-8f616a6e-10001-3 |
| 33338854588f6d95f23ee944e8b40a883b45d4b5 | Address of donor: 4th Floor, Aldwych House, 81 Aldwych, London WC2B 4HN | Sponsorships 8f616a6e | 2015-03-09 | Diane Abbott uk.org.publicwhip/member/40289 | Diane Abbott uk.org.publicwhip/person/10001 | 1 | 2015-03-09-8f616a6e-10001-3 |
| 7060eb779cd008f77803d6497b2acdcd08ec0683 | Amount of donation or nature and value if donation in kind: £10,000 | Sponsorships 8f616a6e | 2015-03-09 | Diane Abbott uk.org.publicwhip/member/40289 | Diane Abbott uk.org.publicwhip/person/10001 | 2 | 2015-03-09-8f616a6e-10001-3 |
| 1e5ff3375e5e62297db393b68f6a155fdd25d5ba | Date of receipt: 9 July 2014 | Sponsorships 8f616a6e | 2015-03-09 | Diane Abbott uk.org.publicwhip/member/40289 | Diane Abbott uk.org.publicwhip/person/10001 | 3 | 2015-03-09-8f616a6e-10001-3 |
| 8585a134a752bb71aa882460e1694f1981c0825e | Date of acceptance: 9 July 2014 | Sponsorships 8f616a6e | 2015-03-09 | Diane Abbott uk.org.publicwhip/member/40289 | Diane Abbott uk.org.publicwhip/person/10001 | 4 | 2015-03-09-8f616a6e-10001-3 |
| 8bd55106fc979fbcd7ccaac6ce902eb3418bda71 | Donor status: company, registration 05635995 | Sponsorships 8f616a6e | 2015-03-09 | Diane Abbott uk.org.publicwhip/member/40289 | Diane Abbott uk.org.publicwhip/person/10001 | 5 | 2015-03-09-8f616a6e-10001-3 |
| 4c0502b7c162f34ab87e690ececabd87922b40a3 | (Registered 1 August 2014) | Sponsorships 8f616a6e | 2015-03-09 | Diane Abbott uk.org.publicwhip/member/40289 | Diane Abbott uk.org.publicwhip/person/10001 | 6 | 2015-03-09-8f616a6e-10001-3 |
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");