items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
3 rows where record_id = "2001-05-14-265f2269-10180-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 |
|---|---|---|---|---|---|---|---|
| 8a99df55955af02cadb471496774477a746b7406 | Director of Whitefield Development Trust (unremunerated) in support of Whitefield Schools and Centre in Walthamstow. Whitefield is a school for special needs and disabled children in my constituency. | Miscellaneous and unremunerated interests 265f2269 | 2001-05-14 | Iain Duncan Smith uk.org.publicwhip/member/180 | Iain Duncan Smith uk.org.publicwhip/person/10180 | 0 | 2001-05-14-265f2269-10180-0 |
| 2773b30d75989962290062918a2049d3c93c8844 | Member of Court, University of East London. | Miscellaneous and unremunerated interests 265f2269 | 2001-05-14 | Iain Duncan Smith uk.org.publicwhip/member/180 | Iain Duncan Smith uk.org.publicwhip/person/10180 | 1 | 2001-05-14-265f2269-10180-0 |
| 65700543c46fcf6c22ef784a968395b2ac7e68c6 | Honorary Vice-President of the Chapen End Savoy Players. | Miscellaneous and unremunerated interests 265f2269 | 2001-05-14 | Iain Duncan Smith uk.org.publicwhip/member/180 | Iain Duncan Smith uk.org.publicwhip/person/10180 | 2 | 2001-05-14-265f2269-10180-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");