items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
7 rows where record_id = "2015-03-30-8f616a6e-24912-11" 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 |
---|---|---|---|---|---|---|---|
a7f16437567298cb3cb29a0766e8967e674732f8 | 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-11 |
f06ec0ebb4282b6e3f66eefde7e227334eae0f73 | 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-11 |
8a3ccd8690f08666eae7ce58dd4817f2a185f9e4 | 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-11 |
2d321ca68ccb0b5b4daea66b8131e0e661a1354b | Date of receipt: 2 December 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-11 |
990caf4c706feb0f1c402e33ff1f896bb597341c | Date of acceptance: 2 December 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-11 |
0e70d2c1f645c37b54acb03d7d1b4b59bf6d571a | 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-11 |
b5b527cf96fb6a2a0c77757aa3a22a8c8e066c96 | (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-11 |
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");