items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
3 rows where record_id = "2002-05-14-80ef1083-10678-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 |
---|---|---|---|---|---|---|---|
305c088e9464e17f0d43d8e40ed79884a18fc6ee | 1-7 August 2001, to the Congo with the All-Party Parliamentary Group on the Great Lakes Region, paid for by Christian Aid, Oxfam and Save the Children. (Registered 10 October 2001) | Overseas visits 80ef1083 | 2002-05-14 | David Lammy uk.org.publicwhip/member/1033 | David Lammy uk.org.publicwhip/person/10678 | 0 | 2002-05-14-80ef1083-10678-0 |
f6b58823e82ef5f4a12ba65733cd1628db5ba296 | 13-22 August 2001, to Sierra Leone as a Trustee of ActionAid, paid for by ActionAid. (Registered 10 October 2001) | Overseas visits 80ef1083 | 2002-05-14 | David Lammy uk.org.publicwhip/member/1033 | David Lammy uk.org.publicwhip/person/10678 | 1 | 2002-05-14-80ef1083-10678-0 |
a51b13e684b3458fba8284bb095336dc86f9e403 | 1 November 2001, to Auschwitz, Poland for one day with students from schools across the country, paid for by the Holocaust Educational Trust. (Registered 8 November 2001) | Overseas visits 80ef1083 | 2002-05-14 | David Lammy uk.org.publicwhip/member/1033 | David Lammy uk.org.publicwhip/person/10678 | 2 | 2002-05-14-80ef1083-10678-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");