items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
7 rows where record_id = "2015-03-30-8f616a6e-24912-6" 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 |
---|---|---|---|---|---|---|---|
963d5422b88c6fcf7bd81185cc6364b0809502bf | Name of donor: Britania 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-6 |
aea28c570a0245021cb7277f5ddae28958348de9 | Address of donor: Braye House, Egypt Lane, Farnham Common, Bucks | 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-6 |
35ae7c8fac9f830e1af6ed0887ece12e537e53e3 | Amount of donation or nature and value if donation in kind: £1,500 | 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-6 |
44b704323a15385ea53b3ef0645258ad2bdb0487 | Date of receipt: 2 September 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-6 |
d47cc18567e2d3669b105cff42e8115d55f01a50 | Date of acceptance: 2 September 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-6 |
0d0a093c1c33106c71fbb2f35770b78028a51f9c | Donor status: company, registration 2255021 | 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-6 |
bc0ebec2d73016a72cc2db4bfd67884bc3dfcc7c | (Registered 20 October 2014) | 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-6 |
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");