items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
2 rows where record_id = "2014-12-08-1f359ece-24780-0" 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 |
---|---|---|---|---|---|---|---|
302fd934ae6d3808297fb8faae5b33ccff7ff39c | Consultant to Trant Construction Ltd, Rushington, Southampton SO40 9LT. I receive £10,000 quarterly for 10 hours work per month. (Registered 27 June 2011) | Remunerated employment, office, profession etc 1f359ece | 2014-12-08 | Conor Burns uk.org.publicwhip/member/40106 | Conor Burns uk.org.publicwhip/person/24780 | 0 | 2014-12-08-1f359ece-24780-0 |
675f7461ee4a92e52924395ed1bf1d38c6674736 | £10,000 received on 27 March 2014 for 3 months work. (Registered 4 April 2014) | Remunerated employment, office, profession etc 1f359ece | 2014-12-08 | Conor Burns uk.org.publicwhip/member/40106 | Conor Burns uk.org.publicwhip/person/24780 | 1 | 2014-12-08-1f359ece-24780-0 |
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");