items
Data source: mySociety Data · About: simonw/register-of-members-interests-datasette
4 rows where record_id = "2008-03-25-80ef1083-10055-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 |
---|---|---|---|---|---|---|---|
5189519204da880971b4985d93bcdf99510eab5b | 11-12 February 2007, to Nairobi, Kenya, and Entebbe, Uganda, to view HIV vaccine trials. All costs met by iavi (International Aids Vaccine Initiative). (Registered 10 April 2007) | Overseas visits 80ef1083 | 2008-03-25 | David Borrow uk.org.publicwhip/member/1780 | David Borrow uk.org.publicwhip/person/10055 | 0 | 2008-03-25-80ef1083-10055-0 |
3a65716cc180ebd87399561668db1eb2de946a26 | 17-19 February 2007, to Israel, on fact-finding visit to consider Israel/Palestine security issues. All costs met by the Labour Friends of Israel. (Registered 10 April 2007) | Overseas visits 80ef1083 | 2008-03-25 | David Borrow uk.org.publicwhip/member/1780 | David Borrow uk.org.publicwhip/person/10055 | 1 | 2008-03-25-80ef1083-10055-0 |
538f2928bb1b07452ec0330f5ce3baf543f87f56 | 24-29 August 2007, to Israel and Palestine on fact-finding visit, including various meetings and attendance at a peace conference. All travel and other expenses met by Middle East Peace Initiative. (Registered 4 October 2007) | Overseas visits 80ef1083 | 2008-03-25 | David Borrow uk.org.publicwhip/member/1780 | David Borrow uk.org.publicwhip/person/10055 | 2 | 2008-03-25-80ef1083-10055-0 |
b28858c2d58dec56b3489960b11aba1bd8f25105 | 9-13 September 2007, to Johannesburg, South Africa, to examine the work being undertaken by South African businesses to combat the spread of AIDS and treat those infected. All travel and other expenses met by Business Action for Africa. (Registered 4 October 2007) | Overseas visits 80ef1083 | 2008-03-25 | David Borrow uk.org.publicwhip/member/1780 | David Borrow uk.org.publicwhip/person/10055 | 3 | 2008-03-25-80ef1083-10055-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");