items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
3 rows where record_id = "2010-04-12-1f359ece-10014-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 |
|---|---|---|---|---|---|---|---|
| 2fc3a5b08e7bfe55f99c74bc4774b07d864e6474 | Member of advisory board of GovNet Communications. Address: St James Building, Oxford Street, Manchester M1 6PP. (£5,001-£10,000) | Remunerated employment, office, profession etc 1f359ece | 2010-04-12 | Hilary Armstrong uk.org.publicwhip/member/1557 | Hilary Armstrong uk.org.publicwhip/person/10014 | 0 | 2010-04-12-1f359ece-10014-0 |
| d36e89b0ea9eedbb753b3a49952fa9af437389ee | 18 February 2010, received £6,800 for work done in 2009: membership of the advisory board, chairing three one-day conferences, and attending an awards event. Hours: approx 36.5 hrs. (Registered 1 March 2010) | Remunerated employment, office, profession etc 1f359ece | 2010-04-12 | Hilary Armstrong uk.org.publicwhip/member/1557 | Hilary Armstrong uk.org.publicwhip/person/10014 | 1 | 2010-04-12-1f359ece-10014-0 |
| b571b045db3cb4cace1a1dd10a8920cf0e46afde | Member of Advisory Board of Sita UK (from 1 January 2010). (£5,001-£10,000) | Remunerated employment, office, profession etc 1f359ece | 2010-04-12 | Hilary Armstrong uk.org.publicwhip/member/1557 | Hilary Armstrong uk.org.publicwhip/person/10014 | 2 | 2010-04-12-1f359ece-10014-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");