items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
4 rows where record_id = "2015-03-30-1aeb07b2-10050-2" 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 |
---|---|---|---|---|---|---|---|
0d3fa268225f4643cbb51eb9f08e6dc05c441a7f | Chair of the easyJet Special Assistance Advisory Group, established to investigate and facilitate the improvement in support for those requiring special assistance for air travel. Address: Hangar 89, London Luton Airport, LU2 9PF: | Directorships 1aeb07b2 | 2015-03-30 | David Blunkett uk.org.publicwhip/member/40527 | David Blunkett uk.org.publicwhip/person/10050 | 0 | 2015-03-30-1aeb07b2-10050-2 |
a84657738a8581188ba995466cdd355aca2b32db | Rolling six month contract from 1 October 2013. Hours: 4 hrs per month. Payment of £20,000. (Registered 9 May 2014) | Directorships 1aeb07b2 | 2015-03-30 | David Blunkett uk.org.publicwhip/member/40527 | David Blunkett uk.org.publicwhip/person/10050 | 1 | 2015-03-30-1aeb07b2-10050-2 |
087a81de0bd1b9de223ad76514cb2e4f872539bd | Rolling six month contract from 1 April 2014. Hours: 4 hrs per month. Payment of £20,000. (Registered 9 May 2014) | Directorships 1aeb07b2 | 2015-03-30 | David Blunkett uk.org.publicwhip/member/40527 | David Blunkett uk.org.publicwhip/person/10050 | 2 | 2015-03-30-1aeb07b2-10050-2 |
bb51cb7f0c6724792a1a8dce4ff075e7eb9f6c0e | Rolling six month contract from 1 October 2014. Hours: 4 hrs per month. Payment of £20,000. (Registered 22 October 2014) | Directorships 1aeb07b2 | 2015-03-30 | David Blunkett uk.org.publicwhip/member/40527 | David Blunkett uk.org.publicwhip/person/10050 | 3 | 2015-03-30-1aeb07b2-10050-2 |
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");