items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
3 rows where record_id = "2008-09-03-80ef1083-10077-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 |
---|---|---|---|---|---|---|---|
e06b373e04028eee5615b4f5a9fd04e393e38f51 | 25 August-1 September 2007, to Colombia, for meetings with victims of human rights abuses, talks with government ministers and leaders of Colombian trade unions. Return flights and hotel accommodation provided by Justice for Colombia, a human rights NGO. (Registered 9 October 2007) | Overseas visits 80ef1083 | 2008-09-03 | Colin Burgon uk.org.publicwhip/member/1570 | Colin Burgon uk.org.publicwhip/person/10077 | 0 | 2008-09-03-80ef1083-10077-0 |
27af9bcbd19012e82f64b23030f1cd6042c18414 | 1-7 September 2007, to Venezuela for fact-finding visit. Accommodation paid for by the Government of Venezuela. (I paid for my flights.) (Registered 9 October 2007) | Overseas visits 80ef1083 | 2008-09-03 | Colin Burgon uk.org.publicwhip/member/1570 | Colin Burgon uk.org.publicwhip/person/10077 | 1 | 2008-09-03-80ef1083-10077-0 |
9685272a95e9ac97765e748f8b8460c5f2eb5fc5 | 10-14 January 2008, to Venezuela on a fact-finding visit, attending a conference of the PSUV, meetings with government representatives, parliamentarians and others. Transport, accommodation and hospitality provided by the Venezuelan Government. (Registered 26 February 2008) | Overseas visits 80ef1083 | 2008-09-03 | Colin Burgon uk.org.publicwhip/member/1570 | Colin Burgon uk.org.publicwhip/person/10077 | 2 | 2008-09-03-80ef1083-10077-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");