items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
7 rows where record_id = "2015-03-30-8f616a6e-24912-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 |
---|---|---|---|---|---|---|---|
b9b306496a3b413f3f37b8c577a429e045bfeb78 | Name of donor: Centrax Industries Ltd | Sponsorships 8f616a6e | 2015-03-30 | Anne-Marie Morris uk.org.publicwhip/member/40426 | Anne Marie Morris uk.org.publicwhip/person/24912 | 0 | 2015-03-30-8f616a6e-24912-10 |
3cc19b65c201811a58dca0fd3b5c3ff49a72109a | Address of donor: Shaldon Road, Newton Abbot, Devon TQ12 4SQ | Sponsorships 8f616a6e | 2015-03-30 | Anne-Marie Morris uk.org.publicwhip/member/40426 | Anne Marie Morris uk.org.publicwhip/person/24912 | 1 | 2015-03-30-8f616a6e-24912-10 |
35539ef74c97f3c9e34f13a643a344c1a372166a | Amount of donation or nature and value if donation in kind: £1,350 | Sponsorships 8f616a6e | 2015-03-30 | Anne-Marie Morris uk.org.publicwhip/member/40426 | Anne Marie Morris uk.org.publicwhip/person/24912 | 2 | 2015-03-30-8f616a6e-24912-10 |
26d07203bc03858d1be9c596659f8dc6068e2512 | Date of receipt: 17 November 2014 | Sponsorships 8f616a6e | 2015-03-30 | Anne-Marie Morris uk.org.publicwhip/member/40426 | Anne Marie Morris uk.org.publicwhip/person/24912 | 3 | 2015-03-30-8f616a6e-24912-10 |
d3f420f8694f90df802b19572ee79f47bf91a69f | Date of acceptance: 17 November 2014 | Sponsorships 8f616a6e | 2015-03-30 | Anne-Marie Morris uk.org.publicwhip/member/40426 | Anne Marie Morris uk.org.publicwhip/person/24912 | 4 | 2015-03-30-8f616a6e-24912-10 |
f4005b04ca1324bfe68f3bf1ada99acb4d9be0a1 | Donor status: company, registration 03955434 | Sponsorships 8f616a6e | 2015-03-30 | Anne-Marie Morris uk.org.publicwhip/member/40426 | Anne Marie Morris uk.org.publicwhip/person/24912 | 5 | 2015-03-30-8f616a6e-24912-10 |
9e8cbffebdc2adf25fa455be7d88c57d8cb7e701 | (Registered 24 February 2015) | Sponsorships 8f616a6e | 2015-03-30 | Anne-Marie Morris uk.org.publicwhip/member/40426 | Anne Marie Morris uk.org.publicwhip/person/24912 | 6 | 2015-03-30-8f616a6e-24912-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");