items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
5 rows where record_id = "2015-03-30-8f616a6e-24954-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 |
---|---|---|---|---|---|---|---|
825ffa067bfad6e416a6c4f80c911d292ea4d93e | Name of donor: Mr Nik Allen | Sponsorships 8f616a6e | 2015-03-30 | Richard Harrington uk.org.publicwhip/member/40637 | Richard Harrington uk.org.publicwhip/person/24954 | 0 | 2015-03-30-8f616a6e-24954-3 |
b260240441ff5ae487450c0a3d204ad6a47cadb2 | Address of donor: private | Sponsorships 8f616a6e | 2015-03-30 | Richard Harrington uk.org.publicwhip/member/40637 | Richard Harrington uk.org.publicwhip/person/24954 | 1 | 2015-03-30-8f616a6e-24954-3 |
d3e9410313e79d7903dde86aea6364433e07d3b6 | Amount of donation or nature and value if donation in kind: received advertising and the delivery of leaflets with a value of £960 on 27 January 2014, £890 on 14 February 2014 and £890 on 20 March 2014, total £2,740. | Sponsorships 8f616a6e | 2015-03-30 | Richard Harrington uk.org.publicwhip/member/40637 | Richard Harrington uk.org.publicwhip/person/24954 | 2 | 2015-03-30-8f616a6e-24954-3 |
7fbf8991917b151d3553ae0ca841b758a7692a6f | Donor status: individual | Sponsorships 8f616a6e | 2015-03-30 | Richard Harrington uk.org.publicwhip/member/40637 | Richard Harrington uk.org.publicwhip/person/24954 | 3 | 2015-03-30-8f616a6e-24954-3 |
816911f0becd00a3b0d884f9253b3b5f820ad6d1 | (Registered 25 April 2014) | Sponsorships 8f616a6e | 2015-03-30 | Richard Harrington uk.org.publicwhip/member/40637 | Richard Harrington uk.org.publicwhip/person/24954 | 4 | 2015-03-30-8f616a6e-24954-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");