items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
4 rows where member_id = "uk.org.publicwhip/member/1887" sorted by date descending
This data as json, CSV (advanced)
Suggested facets: item, date (date)
hash | item | category_id | date ▲ | member_id | person_id | sort_order | record_id |
---|---|---|---|---|---|---|---|
f950fbb231e16cce9e89a5d701ad9fd7f91d3075 | 18-26 November 2004, to the Falkland Islands. Travel and accommodation paid for by the Government of the Falkland Islands. (Registered 22 March 2005) | Overseas visits 80ef1083 | 2006-02-14 | Alan Campbell uk.org.publicwhip/member/1887 | Alan Campbell uk.org.publicwhip/person/10086 | 0 | 2006-02-14-80ef1083-10086-0 |
177de876b58bc5553cf60255013d82ac052d4844 | 18-26 November 2004, to the Falkland Islands. Travel and accommodation paid for by the Government of the Falkland Islands. (Registered 22 March 2005) | Overseas visits 80ef1083 | 2006-02-13 | Alan Campbell uk.org.publicwhip/member/1887 | Alan Campbell uk.org.publicwhip/person/10086 | 0 | 2006-02-13-80ef1083-10086-0 |
9fe225f718c1fe9d5e490c338bffd51d99662fbb | 18-26 November 2004, to the Falkland Islands. Travel and accommodation paid for by the Government of the Falkland Islands. (Registered 22 March 2005) | Overseas visits 80ef1083 | 2005-12-14 | Alan Campbell uk.org.publicwhip/member/1887 | Alan Campbell uk.org.publicwhip/person/10086 | 0 | 2005-12-14-80ef1083-10086-0 |
ba5a28778c131f2388ddc00f02bed169521e3b96 | 18-26 November 2004, to the Falkland Islands. Travel and accommodation paid for by the Government of the Falkland Islands. (Registered 22 March 2005) | Overseas visits 80ef1083 | 2005-11-01 | Alan Campbell uk.org.publicwhip/member/1887 | Alan Campbell uk.org.publicwhip/person/10086 | 0 | 2005-11-01-80ef1083-10086-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");